Why "<> #" Does Not Work in Query?

djpearce

Bamedele
Local time
Today, 05:40
Joined
May 12, 2004
Messages
27
I received a table with "#" in the first position for inactive records. Of the 8k+ records "DeleteCode = #" shows the correct number of inactive records when queried. However, when I use "DeleteCode <> #" I do not get any record in the query. Any Clue?
 
djpearce said:
I received a table with "#" in the first position for inactive records. Of the 8k+ records "DeleteCode = #" shows the correct number of inactive records when queried. However, when I use "DeleteCode <> #" I do not get any record in the query. Any Clue?


"DeleteCode <> '#'"
 

Users who are viewing this thread

Back
Top Bottom