M
Mark A. Sam
Hello,
I am running Access Queries against SQL Server linked table. I am having a
problem with boolean fields where they don't recognize 0 in some fields but
do in others, so if I want to test a field for zero (false) I need to say:
[field] = 0 or [field] is Null
rather then
[field] = 0
The fields in question are all populated with 0 values. Does anyone know
what the problem is?
God Bless,
Mark A. Sam
I am running Access Queries against SQL Server linked table. I am having a
problem with boolean fields where they don't recognize 0 in some fields but
do in others, so if I want to test a field for zero (false) I need to say:
[field] = 0 or [field] is Null
rather then
[field] = 0
The fields in question are all populated with 0 values. Does anyone know
what the problem is?
God Bless,
Mark A. Sam