I'm trying to find the number of records in a table where the TIMEOUT field has yet to be filled in.
It's not working... and I thought maybe TIMEOUT was a reserved name, but I tried something else and it still didn't work. Am I doing something wrong with trying to use Null? Any help would be appreciated. Thanks in advance,
Snay
Code:
xck = DCount("[VID]", "VLtbl", "[TIMEOUT] = " & Null)
It's not working... and I thought maybe TIMEOUT was a reserved name, but I tried something else and it still didn't work. Am I doing something wrong with trying to use Null? Any help would be appreciated. Thanks in advance,
Snay