deejay_totoro
Registered User.
- Local time
- Today, 21:15
- Joined
- May 29, 2003
- Messages
- 169
Hello,
I would like to run a Macro on a subform that triggers an apply filter based on a selection made from a combo box.
On the after update event of the combo, the apply filter macro is run. The problem I am having is that I can't get it run on a subform. This is what I am using:
[FieldToFilterOn]=[Forms]![MainForm]![SubForm].[Form (should this be the actual subform name?)]![ComboBoxSelection]
Thanks!
dj_T
I would like to run a Macro on a subform that triggers an apply filter based on a selection made from a combo box.
On the after update event of the combo, the apply filter macro is run. The problem I am having is that I can't get it run on a subform. This is what I am using:
[FieldToFilterOn]=[Forms]![MainForm]![SubForm].[Form (should this be the actual subform name?)]![ComboBoxSelection]
Thanks!
dj_T