G
gthomson
Hi and thanks for your help:
Extreme newbie here. Let me narrate how this problem arose.
I had three forms and three queries. Each form had a text
box for user input and a command button. The command
button was coded with a DoCmd.OpenQuery "<specificQuery>".
Each of the three queries had the criteria field coded to
get its input from the appropriate textbox on the
appropriate form, for example, [Forms]![Welcome]![Text6].
All was well in my world. Then I decided to combine the
forms into one main form w/ three textboxes and three
command buttons. I modified each query's criteria, so that
it now got its input from the appropriate textbox on the
one form.
Problem. Now when I run the queries, they always return
the results of the previous query - even if I put
nonsensical input (or even nothing)into the textbox.
Anyone ever see anything like this?
Thanks again for your help.
Extreme newbie here. Let me narrate how this problem arose.
I had three forms and three queries. Each form had a text
box for user input and a command button. The command
button was coded with a DoCmd.OpenQuery "<specificQuery>".
Each of the three queries had the criteria field coded to
get its input from the appropriate textbox on the
appropriate form, for example, [Forms]![Welcome]![Text6].
All was well in my world. Then I decided to combine the
forms into one main form w/ three textboxes and three
command buttons. I modified each query's criteria, so that
it now got its input from the appropriate textbox on the
one form.
Problem. Now when I run the queries, they always return
the results of the previous query - even if I put
nonsensical input (or even nothing)into the textbox.
Anyone ever see anything like this?
Thanks again for your help.