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
Filter one combo box based on value of another, filtered list blank issue
Question about Win7 x64 and 32-bit programs.
.NET image resizing script for blog
MS Access table with variable number of fields - adding field values
How to convert this VB.NET code to VC# code?
T-SQL Union
VBA - Combo Box ID
Freezing problem on random conditions
How do I detach a label from a textbox on a form?
Is there a way to have excel notify you of a change made on a particular spreadsheet?