ms_access_00
Registered User.
- Local time
- Today, 18:04
- Joined
- Sep 20, 2012
- Messages
- 14
I am trying to write a query to count the number of entries across 4 different fields for each table record. For example:
Project Code------Date1----Date2----Date3----Date4
RS1234-----------2Jun-----8Jun------9Jul------19Jul
DF1345-----------7Apr-----9May--------------------
BB3434-----------1Apr------------------------------
The query should return 4 for project RS1234, 2 for DF1345, and 1 for BB3434.
I would be looking to produce an update query to populate an appropriate field in the table.
Any ideas? The count function does'nt seem to work for me.
Project Code------Date1----Date2----Date3----Date4
RS1234-----------2Jun-----8Jun------9Jul------19Jul
DF1345-----------7Apr-----9May--------------------
BB3434-----------1Apr------------------------------
The query should return 4 for project RS1234, 2 for DF1345, and 1 for BB3434.
I would be looking to produce an update query to populate an appropriate field in the table.
Any ideas? The count function does'nt seem to work for me.