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
C# Replace Statement
store a query result in a table
ASP.NET Gridview with linkbutton
How to associate a default schema with a login
Windows 7 right click option
Anybody have VBA code to force run Macro when open, but also will lock down access to VBA editor without password
Computed Column - Adding to current code
Application Settings are not functioning
2 questions about messagequeue
Urgent System.UnauthorizedAccessE<wbr />xception