B
Brian Mc
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
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