C
Carol
I have a database that contains a table named "Hobbies"
and another table that contains "Cities". The Hobbies
table already contains standard hobbies. The cities
table contains city names. What I am looking to do is
create a form that allows a user to pick one or more
hobbies and based upon those hobbies, the form will
display specific cities that they could visit. For
example, if they are interested in art, Paris or New York
would display based upon them picking Art in the hobbies
drop-down list.
My questions are these:
1.) How do I create a form that allows a user to pick
more than one hobby and have all of the hobby names
displayed after they choose them from the list so that
they can see what they chose?
2.) How do I associate the "keywords" like Art to the
city names like "Paris or New York"?
3.) How do I create the query that would run to
display the results on the form?
4.) I guess the most important question is what are
the steps that I need to take to make this happen and in
what order?
Thanks so much for your help!
and another table that contains "Cities". The Hobbies
table already contains standard hobbies. The cities
table contains city names. What I am looking to do is
create a form that allows a user to pick one or more
hobbies and based upon those hobbies, the form will
display specific cities that they could visit. For
example, if they are interested in art, Paris or New York
would display based upon them picking Art in the hobbies
drop-down list.
My questions are these:
1.) How do I create a form that allows a user to pick
more than one hobby and have all of the hobby names
displayed after they choose them from the list so that
they can see what they chose?
2.) How do I associate the "keywords" like Art to the
city names like "Paris or New York"?
3.) How do I create the query that would run to
display the results on the form?
4.) I guess the most important question is what are
the steps that I need to take to make this happen and in
what order?
Thanks so much for your help!