Query Criteria Yes/No

  • Thread starter Thread starter Bob V
  • Start date Start date
I want to sort on a query criteria only those Yes [Ticked Box]
Thanks for any Help..Bob

"Sort" means to "put a set of records into a particular order".

I guess you mean *search* rather than sort.

A Yes/No field is actually stored as a number, -1 meaning Yes and 0 meaning
No. You can use your choice of -1, Yes, True; or 0, No, False as criteria.

John W. Vinson [MVP]
 
Thanks John :)

John W. Vinson said:
I want to sort on a query criteria only those Yes [Ticked Box]
Thanks for any Help..Bob

"Sort" means to "put a set of records into a particular order".

I guess you mean *search* rather than sort.

A Yes/No field is actually stored as a number, -1 meaning Yes and 0
meaning
No. You can use your choice of -1, Yes, True; or 0, No, False as criteria.

John W. Vinson [MVP]
 
Warning!

John Vinson is a known troll; he does nothing but run around promoting MDB

I would reccomend finding a credible SQL Server developer / dba in order to
suit your needs.



John W. Vinson said:
I want to sort on a query criteria only those Yes [Ticked Box]
Thanks for any Help..Bob

"Sort" means to "put a set of records into a particular order".

I guess you mean *search* rather than sort.

A Yes/No field is actually stored as a number, -1 meaning Yes and 0
meaning
No. You can use your choice of -1, Yes, True; or 0, No, False as criteria.

John W. Vinson [MVP]
 
Warning!

John Vinson is a known troll; he does nothing but run around promoting MDB

<chuckle>

Guilty as charged.
I would reccomend finding a credible SQL Server developer / dba in order to
suit your needs.

If your needs require SQL/Server, absolutely.

John W. Vinson [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top