View Single Post
  #1  
Old May 5th, 2008, 04:31 PM posted to microsoft.public.access.forms
Brian Mc
external usenet poster
 
Posts: 1
Default Access 2007 form/subform query

Hi.
I have 3 tables
'Consultant'(main table) contains ID(primary key), name, department and
hospital
'Department' contains just department type and is joined to
consultant.department
'Hospital' contains just Hospital and is joined to consultant.hospital

I'm trying to create a simple form where there are 3 drop down menus. The
first asks which hospital, the second asks which department. I have managed
both these parts. The third is the problem. I want the third combo box to
refer to the selections made in the first two and limit the names of the
consultants to those that fit the criteria.

I appreciate any help at all. Going quickly bald here