S
S Jackson
I have a form with multiple pages. One [pgWitness], I have a subform called
[fsubSurveyors]. Within the subform there is a combo box drop down
containing a list of names. What I want the drop down to do is only show
the names that are related to a field [Region] on the first page of the
main form.
What I can't figure is what event to put the code under. If I put it on the
main form's OnCurrent, does that cover things when the user makes a change
to the [Region] field on the main form?
Could I put it on the tbCtl OnChange Event?
TIA
S. Jackson
[fsubSurveyors]. Within the subform there is a combo box drop down
containing a list of names. What I want the drop down to do is only show
the names that are related to a field [Region] on the first page of the
main form.
What I can't figure is what event to put the code under. If I put it on the
main form's OnCurrent, does that cover things when the user makes a change
to the [Region] field on the main form?
Could I put it on the tbCtl OnChange Event?
TIA
S. Jackson