OnClick?

  • Thread starter Thread starter fidsgal
  • Start date Start date
F

fidsgal

I need to create some command to do the following: If I click on a
particular item in a field, a particular query needs to be run and the
results to be displayed in another area of the form. Can anyone help
me with this? Thank you!! :0) --Fidsgal
 
I have two extensive tables. I need to design a query that will look
for the following: If item "x" found in table "A" is selected from a
list, then all associated items of "x" found in table "B" will be
displayed and vice versa. For example, Table A is a list of movies
now showing at various theaters. Table B is list of people who have
been to the movies in the last month. I want to run a query to show
that if I choose Movie #1 from a list, then I need to see every person
who saw that movie. Likewise,if I click on a person's name in Table
B, I need to see which movies they saw. This example is not my
project, but is a good illustration of it. Thank you for any help!
:)--fidsgal
 
Back
Top