how to pull out information on bais of type entered

G

Gerald

Hi All,

I have a table with field Name and field Clinic

I need to pull out a report which will give me the list of names on the
basis of the Clinic selected. i.e a window should allow the user to enter the
clinic name and then complete names related to that clinic entered by
customer be displayed

Thanks
 
D

Duane Hookom

First of all, consider changing your field named name to some other name
since every object in Access has a name property and your field named name
may cause name resolution errors.

Next, check out this link on applying criteria to reports
http://www.fontstuff.com/access/acctut08.htm. If you have specific questions
on using a control on a form to filter a report, come on back.
 
Top