J
JBowler
To put it simply, I have too many forms. There are about 10 forms all the
same but feeding from a different query. There are many fields in it but
only 1 field being queried and that is called Scheme.
Is it possible to have 1 unbound form and set the source query from code on
a button on another form. The flow would be like on a Menu and the user
clicks the button for Scheme X and that opend the unbound form and sets the
source query to qrySchemeX. And the same if the user click the button for
Scheme Y and gets the form based on qrySchemeY.
I considered using form filters and having the user just click the radio
button atop the page but that was confusing for them. They wanted it clear
that it was this Scheme only.
Any suggestions appreciated.
JBowler
same but feeding from a different query. There are many fields in it but
only 1 field being queried and that is called Scheme.
Is it possible to have 1 unbound form and set the source query from code on
a button on another form. The flow would be like on a Menu and the user
clicks the button for Scheme X and that opend the unbound form and sets the
source query to qrySchemeX. And the same if the user click the button for
Scheme Y and gets the form based on qrySchemeY.
I considered using form filters and having the user just click the radio
button atop the page but that was confusing for them. They wanted it clear
that it was this Scheme only.
Any suggestions appreciated.
JBowler