M
Mark Mesarch
HI,
I have a database that list publications and articles in
the publications. I use two tables. Table 1 is the one
containing publication names. Table 2 contains the
article names and page numbers and publication name that
the article is in. This pub name comes from Table 1 (a
relationship.) I want to creat a query to use in a
report or form that will list all the articles in ONE
specific publication. I could use a paramater query and
have the user type in the publication name, but I don't
like this for two reasons. One if I use a criteria of
LIKE "*"&[Enter a word in pub name]&"*" it two different
pubs have that word in their name I would get articles
from both pubs. Two if it is exact that is a lot to type
and it has to be perferct.
Is there a way to create a drop down menu from Table 1 so
the user can pick the specific journal title to use as the
criteria in the query?
Thanks.
I have a database that list publications and articles in
the publications. I use two tables. Table 1 is the one
containing publication names. Table 2 contains the
article names and page numbers and publication name that
the article is in. This pub name comes from Table 1 (a
relationship.) I want to creat a query to use in a
report or form that will list all the articles in ONE
specific publication. I could use a paramater query and
have the user type in the publication name, but I don't
like this for two reasons. One if I use a criteria of
LIKE "*"&[Enter a word in pub name]&"*" it two different
pubs have that word in their name I would get articles
from both pubs. Two if it is exact that is a lot to type
and it has to be perferct.
Is there a way to create a drop down menu from Table 1 so
the user can pick the specific journal title to use as the
criteria in the query?
Thanks.