Display information in a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Help Please!
I have an access dbase with two tables and I want to take information from
both into a third table and a form.
In my form I want to choose a Trainee (primary key) from table 1 and the
form will then display some other information from that record (eg address,
phone etc) and to take a placement (Primary key) from table 2 and the form
will dsplay other information from that record (contact details etc).
Can anyone tell me how to do this please?
Thank you.
 
One way to approach this is to use a main form to display the Trainee
information (you can use a combo box in the header of the form to 'select'
which Trainee), and a subform based on a third table (Trainee x Placement).
In that subform, you can use another combo box to allow selection of which
Placement.

With the main form/subform construction, Access will ensure that the table
behind the subform receives the Trainee's primary key for each new record.

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 

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

Back
Top