A
Ann
I have a form named “Usersâ€.
On the Users form, there is a subform named “Interestsâ€.
The Interests subform contains a combo box named Combo6.
The combo box allows the user to choose interests from the list one at a
time and then displays them in their own field continuously. I guess the
Combo box would be considered a continuous combo box (?).
My tables are:
Users
Interests
Users&Interests
Cities
My table structure is:
In the Users table, the UserID is linked to the UserID in the
Users&Interests table.
The InterestID from the Interest table is linked to the InterestID in the
Users& Interests table.
I am not sure how to link the Cities table to the other ones, or if I even
need to link the table to anything.
I don’t know what field that I would have to add to link it to one of the
other tables (if I need to link it to something, which table(s) should it be
and what fields should I join together?).
What I am trying to accomplish is this:
When the user selects their interests from the combo box, I need to have a
command button on the form that will take those selections and match them up
with “keywords†in the Cities descriptions and display the results on another
form (or the same one if possible).
For example, if I’m the user and I choose art, museums, and fine wine as my
interests, I would press the command button that says “Show Places of
Interest†and New York, Paris or San Francisco would come up as my possible
places to visit. (Somewhere in the description of these cities, I would find
the “keywords†of art, museums and wine).
Can anyone provide help on how to do this?
Thanks.
On the Users form, there is a subform named “Interestsâ€.
The Interests subform contains a combo box named Combo6.
The combo box allows the user to choose interests from the list one at a
time and then displays them in their own field continuously. I guess the
Combo box would be considered a continuous combo box (?).
My tables are:
Users
Interests
Users&Interests
Cities
My table structure is:
In the Users table, the UserID is linked to the UserID in the
Users&Interests table.
The InterestID from the Interest table is linked to the InterestID in the
Users& Interests table.
I am not sure how to link the Cities table to the other ones, or if I even
need to link the table to anything.
I don’t know what field that I would have to add to link it to one of the
other tables (if I need to link it to something, which table(s) should it be
and what fields should I join together?).
What I am trying to accomplish is this:
When the user selects their interests from the combo box, I need to have a
command button on the form that will take those selections and match them up
with “keywords†in the Cities descriptions and display the results on another
form (or the same one if possible).
For example, if I’m the user and I choose art, museums, and fine wine as my
interests, I would press the command button that says “Show Places of
Interest†and New York, Paris or San Francisco would come up as my possible
places to visit. (Somewhere in the description of these cities, I would find
the “keywords†of art, museums and wine).
Can anyone provide help on how to do this?
Thanks.