R
R. Choate
I have several comboboxes on my parent form, and I have a subform with textboxes set for datasheet view. I first filter the records
(from a table) using docmd.ApplyFilter from the afterupdate event of any one of the combos in the parent form. I need to further
filter the records, either by using (preferably) more of the combos on the parent, or by doing something with the subform. I don't
want the user to have to use the icon for filtering by selection. I don't even want them to see that little thing. I'm stumped and
have tinkered for hours. I always end up either having one filter replace the first filter, giving me a different dataset, or if I
turn the controls on the subform into combos, I end up with syntax errors and all kinds of stuff. I've got about 12 fields/controls
which are candidates for potentially further filtering the already filtered records, so I need a good solution that I can use
without, hopefully, resetting properties back and forth for every control, via code, whenever a user needs to select an entry in one
of the fields to further filter and reduce the recordset. How can I accomplish this?
Thanks in advance for your help!
(from a table) using docmd.ApplyFilter from the afterupdate event of any one of the combos in the parent form. I need to further
filter the records, either by using (preferably) more of the combos on the parent, or by doing something with the subform. I don't
want the user to have to use the icon for filtering by selection. I don't even want them to see that little thing. I'm stumped and
have tinkered for hours. I always end up either having one filter replace the first filter, giving me a different dataset, or if I
turn the controls on the subform into combos, I end up with syntax errors and all kinds of stuff. I've got about 12 fields/controls
which are candidates for potentially further filtering the already filtered records, so I need a good solution that I can use
without, hopefully, resetting properties back and forth for every control, via code, whenever a user needs to select an entry in one
of the fields to further filter and reduce the recordset. How can I accomplish this?
Thanks in advance for your help!