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
Form_Timer doesn't execute
Is their anyway to convert label to a string
is PIII(PENTIUM 3 procesor support 1gb ram
MS Access Query to .CSV File Export
Outlook 2003 w/ SBS 2003 using OST file Error: Another applicatioin closed unexpectedly while using your persoanl Folders file <path\outlook.ost>
4 powerhouse servers and sharepoint
Sql Server Field Types equivalent to Access Field Types
get yesterdays date
Tracing from WCF service running in IIS
Simple query not working. What am i missing?