meltingpot
Technical User
Having Problems with the following query..
SELECT addressbook.InputWebb, addressbook.Q_67SKIP
FROM addressbook
WHERE (((addressbook.InputWebb)=True) AND ((addressbook.Q_67SKIP)=True));
The feilds - InputWebb and Q_67SKIP are yes/no checkboxs in the true/false format.
It returns nothing but I can see in the database that these feilds are used, some are ticked as 'True'
Help ?
SELECT addressbook.InputWebb, addressbook.Q_67SKIP
FROM addressbook
WHERE (((addressbook.InputWebb)=True) AND ((addressbook.Q_67SKIP)=True));
The feilds - InputWebb and Q_67SKIP are yes/no checkboxs in the true/false format.
It returns nothing but I can see in the database that these feilds are used, some are ticked as 'True'
Help ?