MsLady
Traumatized by Access
- Local time
- Today, 03:16
- Joined
- Jun 14, 2004
- Messages
- 438
I have a main form with 3 comboboxes as:
1. Status ("notstarted", "inprogress", "completed")
2. Manager ("john", "jill", "jack")
3. Prioritylevel ("high", "medium", low")
Then on this mainform is a subform with the data.
Now, i want to have it so that when
i.e. on the afterupdate event (or i can have this driven by a button) of all these 3comboboxes, it should update my subform data with my three or two or one (depending on how many criteria/comboxes options i have selected). I don't even know wehre to begin
I don't know how to do this even tho i know what i want. Please help me.
1. Status ("notstarted", "inprogress", "completed")
2. Manager ("john", "jill", "jack")
3. Prioritylevel ("high", "medium", low")
Then on this mainform is a subform with the data.
Now, i want to have it so that when
- i select status ("notstarted") on my combobox, it updates/refreshes my subform with that data (afterupdate).
- Then, when i select manager ("John") on the second combobox, it shows me data for that manager and where the status is "not started".
- Then, when select a third criteria Prirotylevel ("high"), it shows me, the data for that are ("notstarted" and by manager "john" and that has a priortylevel of "high".
i.e. on the afterupdate event (or i can have this driven by a button) of all these 3comboboxes, it should update my subform data with my three or two or one (depending on how many criteria/comboxes options i have selected). I don't even know wehre to begin

I don't know how to do this even tho i know what i want. Please help me.
Last edited: