Strange Problem (1 Viewer)

lessthanme5

Registered User.
Local time
Today, 06:07
Joined
Mar 7, 2006
Messages
43
Hi,

The Problem that im getting is that when I query select a yes/no field in a table the results return TRUE and FALSE, even when the criteria states Yes.

does anyone know whats going on with it.

I know it isnt me as I have had my collegues check it over and they are all confused as well.

any help will be great!
 

selenau837

Can still see y'all......
Local time
Today, 01:07
Joined
Aug 26, 2005
Messages
2,211
lessthanme5 said:
Hi,

The Problem that im getting is that when I query select a yes/no field in a table the results return TRUE and FALSE, even when the criteria states Yes.

does anyone know whats going on with it.

I know it isnt me as I have had my collegues check it over and they are all confused as well.

any help will be great!

Copy and paste your SQL statment.

Perhaps looking at that will help us determin the problem for you.
 

KeithG

AWF VIP
Local time
Yesterday, 22:07
Joined
Mar 23, 2006
Messages
2,592
In the query right click on the field and choose properties and change the format property.
 

lessthanme5

Registered User.
Local time
Today, 06:07
Joined
Mar 7, 2006
Messages
43
Ill check to see if Keiths will work first and then I will paste the code
 

neileg

AWF VIP
Local time
Today, 06:07
Joined
Dec 4, 2002
Messages
5,975
True/false yes/no -1/0 are three different ways of seeing the data. What is actually stored is -1/0.
 

Users who are viewing this thread

Top Bottom