Record Count

J

Juan Tamad

I'm new in Access and I'm trying to count record on a field that has a
boolean type. I just want to find out how many true records are there ?
 
D

Daran Johnson

Juan,

Try something like:

SELECT COUNT(*) FROM sometable WHERE booleanColumn=True

-Daran
 

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

Top