One Form to enter/get data in two linked tables with 1 to many lin

J

John L

Hello,

I am a new user with a variant of a contacts database.

Table 1 Hospitals, with one primary contact person info.

Table 2 Volunteers in the hospital, can be many

How would I go about designing one form which allows entry of the volunteer
information, assigns an existing hospital or can create a new hospital with
the volunteer information.

On retrieving a volunteer's information, it must display the
hospital/primary contact information.

TIA,
John
 
J

John W. Vinson

Hello,

I am a new user with a variant of a contacts database.

Table 1 Hospitals, with one primary contact person info.

Table 2 Volunteers in the hospital, can be many

How would I go about designing one form which allows entry of the volunteer
information, assigns an existing hospital or can create a new hospital with
the volunteer information.

On retrieving a volunteer's information, it must display the
hospital/primary contact information.

TIA,
John

Since there's (apparently) a one (hospital) to many (volunteers) relationship,
you should start with a Form based on the Hospitals table, with a Subform
based on the Volunteers table. You'ld start by either entering or navigating
to an existing hospital, and enter the volunteer data for that hospital into
the subform.
 

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

Top