Show record on tab page

B

bruch04

Hi.

My database has the following related tables:

Site
Patients
Bleeds
SAEs

Each site can have many patients, and each patient can have many Bleeds
AND/OR SAEs.

I have two "find record" combo boxes on my main form, first to select a
site, then to select a patient from that site.

Also on the main form, I have placed two tab pages, one for the Bleeds
and one for the SAEs. I want the fields on each page to show data for
whichever patient the user selects from the main form. I can't get the
records to show on the tab pages.

All my relationships are fine, so can anyone help find the problem?
Thanks.
 
Top