G
Guest
Access 2003; Windows XP Pro
Using a combo box in the form header, and it's After_Update event I am clear
on how to display and refresh or requery a subform based on criteria changes
in the subforms underlying query.
So far, I have had only failure, using a similar approach to have a combo
box on the form, in conjunction with it's After_Update event, provide
criteria selection options for the query underlying the main form itself (not
a subform). Is this a flawed approach, or is there a trick required here? I
have wondered if an option group is a better route, but am trying to preserve
the limited real-estate on my form.
The reference material I have found on the requery function always seems to
imply the need for a "control" as the target for a requery, but not a form.
Can requery work when the objective is to requery and reload a complete form?
As always, thanks in advance for wonderful guidance.
Using a combo box in the form header, and it's After_Update event I am clear
on how to display and refresh or requery a subform based on criteria changes
in the subforms underlying query.
So far, I have had only failure, using a similar approach to have a combo
box on the form, in conjunction with it's After_Update event, provide
criteria selection options for the query underlying the main form itself (not
a subform). Is this a flawed approach, or is there a trick required here? I
have wondered if an option group is a better route, but am trying to preserve
the limited real-estate on my form.
The reference material I have found on the requery function always seems to
imply the need for a "control" as the target for a requery, but not a form.
Can requery work when the objective is to requery and reload a complete form?
As always, thanks in advance for wonderful guidance.