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
VB.NET: strings - how to insert space between words (capital letters)
Width animation of grid
odbc connection failed. error sql state 28000 sql server error 18452
Several strings
Exchange 2010 Entourage
POP3 and IMAP4 will not start automatically when I restart the Exchnage server
Printing from Terminal-Like App
unlocking a read only file
Boable Disc
Unbound subform will not requery correctly