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 find and remove a virus
Outlook 2007 Recover email rules from old pst
Windows XP drops network connection freezes because of offline files
Exchange 2003 Private Store increased/decreased
MSSQL2000
version choice
Error 22029 - sqlmaint.exe
Diagramming Exchange 2003 Message Flow
Recordset in adp
Is there an equivilant of "XP Mode" for Terminal Server 2008 R2?