which operator

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

trying to pull out list of names from a table

need a operator which will show the names when the clinic name is entered.

e.g. Box asking Name of clinic --- American Hospital... on enter OK button
should show list of patients visited American Hospital..

Similary for other hospitals when entered should show its respective patients

Thanks

Gerald
 
Hi All,

trying to pull out list of names from a table

need a operator which will show the names when the clinic name is entered.

e.g. Box asking Name of clinic --- American Hospital... on enter OK button
should show list of patients visited American Hospital..

Similary for other hospitals when entered should show its respective patients

Thanks

Gerald

Without knowing the structure of your table, I'll have to guess
here... but I'd expect that if you create a Query based on your table,
containing the fields that you want to see and the clinic name, and
put

[Enter clinic name:]

on the Criteria line, you should get what you want.

If you've been misled into using Microsoft's "Lookup Wizard" then the
clinic name will not in fact be in your table; you'll need to join the
lookup table to the Query in order to search for the name.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top