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
how to get execution path in c#
Error sending ArrayList to Web Service
Problems saving an excel workbook in Access vba
Hooking 5.1 Surround sound to xBox 360 premium
How to import PST files to Exchange 2007
What is blocking Remote Desktop?
sql - if exists
Select Query
Access 2003 DB: Too many active users
How to collapse columns and rows in excel?