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
Input Boxes
Simple SQL Join Query Syntax Issue
ASP.NET AJAX PasswordStrength Extender problem in Wizard Control
Change GUID in VStudio C++ OCX
Login failed for user 'TestDomain\testuser'. The user is not associated with a trusted SQL Server connection.
Excluding duplicates from a query in t-sql to use in MS Visual Studio
How to use session variables in field names of asp.net report (.rdcl)
Convert LINQ in C# to VB.NET
LEFT/RIGHT Joins not working as expected
ESXi Backup Vmware best way ?