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
Get MAX number from a text field
How to change Caption of Header at Runtime?
Concatenate
Accessing Access Table and Copying to Excel
Import data from text file to ms access table?
ASP.NET,Javascript,Ajax: How to get a string from window.showModalDialog
How to get rid of redirect notice.
SBS Shutting itself down! It says I have multiple domain controllers when I don't!
Replace SBS2003 - moving Exchange
SSIS question