Microsoft
Software
Hardware
Network
Question : Access 97 Query problem
I'm running a query in Access 97 to exclude all items with the following statement in the criteria.
Not Like "in Building*"
However, when I do this it also excludes any null values in the same column?
Answer : Access 97 Query problem
select * from tablex
where [fieldName] not like "in building" and [fieldname] <> null
Random Solutions
Soccer/Football Database Design
Exchange Information Store service stops unexpectedly - SBS 2008
what is the bios master password for gateway solo 5300
Windows 7.0 Public Desktop Problem
How to completely hide columns in Access 2007
SQL Injection
Separate words in cells
access 2003 package wizard
Spell Check in Access 2003 MDE
VBA command to open EMBEDDED OLE object - Word document