Count fields that contain a date, but some don't

  • Thread starter Thread starter Dasin
  • Start date Start date
D

Dasin

Using Access 2003

I have fields in the table that if an inspection passes the inspector
puts the pass date in the PassDate field, if it fails then the fail
date is put in the FailedDate field and so on. I would like to count
the number of times that there is a date in the PassDate field,
FailDate field(separate count) and so on. Since these fields aren't
numbers I'm having a hard time and a search in this forum didn't
provide an answer.
Any help really appreciated.
Thanks,
James
 
Dasin said:
Using Access 2003

I have fields in the table that if an inspection passes the inspector
puts the pass date in the PassDate field, if it fails then the fail
date is put in the FailedDate field and so on. I would like to count
the number of times that there is a date in the PassDate field,
FailDate field(separate count) and so on. Since these fields aren't
numbers I'm having a hard time and a search in this forum didn't
provide an answer.
Any help really appreciated.
Thanks,
James

Well dates are stored as numbers. That is if you used an Access date
data type. You should have null (or could it have a zero?) or a number
(note the numbers run from a minus number to a plus number so don't try the
 

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

Back
Top