M
Mushi
Hi all,
I have 2 tables, one with source #, source name, the other table has
source #, state, zip. I made a query that joined these two tables
together to make one big one using source # as the common field.
I then have 3 copies of this same query, one for source name, one for
state, and for zip. Then for the queries, I set the criteria to
[Enter State] etc for the matching query.
Finally I have a form with command button for state, zip, and source
name, that will open the appropriate query and ask for the state, zip,
or name.
I believe there has to be a way to accomplish this without multiple
queries. How is this done? Also I would like the box to autocomplete
when asking for the input, maybe somehow having the command button
open a combo box? I dont want the info entered on main form page.
Any help is greatly appreciated.
I have 2 tables, one with source #, source name, the other table has
source #, state, zip. I made a query that joined these two tables
together to make one big one using source # as the common field.
I then have 3 copies of this same query, one for source name, one for
state, and for zip. Then for the queries, I set the criteria to
[Enter State] etc for the matching query.
Finally I have a form with command button for state, zip, and source
name, that will open the appropriate query and ask for the state, zip,
or name.
I believe there has to be a way to accomplish this without multiple
queries. How is this done? Also I would like the box to autocomplete
when asking for the input, maybe somehow having the command button
open a combo box? I dont want the info entered on main form page.
Any help is greatly appreciated.