J John W. Vinson Mar 6, 2007 #4 How do you query for "yes' in a "yes/no" data field? Click to expand... Yes/No fields are stored as numbers: -1 for Yes, 0 for No. You can use a criterion of Yes (with no quotes), True, or -1; they'll all work. John W. Vinson [MVP]
How do you query for "yes' in a "yes/no" data field? Click to expand... Yes/No fields are stored as numbers: -1 for Yes, 0 for No. You can use a criterion of Yes (with no quotes), True, or -1; they'll all work. John W. Vinson [MVP]