lloydmav
Registered User.
- Local time
- Today, 17:08
- Joined
- Nov 15, 2002
- Messages
- 75
Hi,
Its been along while since I've worked with Access,
I've been using VB & SQL Server however I'm trying to repair an old database I built. So I would be very grateful for any help you could give me!
I have a query which brings back lots of results with different 'Action ID Values'.
Now I'm trying to put together a piece of code that checks to see if all the records in a query with a particular 'Action Plan ID' have a field 'Completed' = true.
The idea is if all 'Action Plan ID' (26) for example are completed i.e True then I can then give a msgbox stating this.
I started looking at some sort of DCOUNT but got a bit lost.
Any thoughts?
Its been along while since I've worked with Access,
I've been using VB & SQL Server however I'm trying to repair an old database I built. So I would be very grateful for any help you could give me!
I have a query which brings back lots of results with different 'Action ID Values'.
Now I'm trying to put together a piece of code that checks to see if all the records in a query with a particular 'Action Plan ID' have a field 'Completed' = true.
The idea is if all 'Action Plan ID' (26) for example are completed i.e True then I can then give a msgbox stating this.
I started looking at some sort of DCOUNT but got a bit lost.
Any thoughts?