Forms/Subforms

S

Steven W

I wish to link updateable information on two forms. On
the 'master form' I add a new record (ie. go to last field
which is blank), which describes basic information about
projects. I'd like to be able to add further information
regarding Subcontractors which is linked to the new
record, but display this on a separate page? form?. Is the
answer a subform? and are these able to be displayed as a
separate page to the Master? I'd like to be able to
display the subcontractor information as supposedly
separate info to the main information.
many thanks.
 
J

John Vinson

I'd like to be able to add further information
regarding Subcontractors which is linked to the new
record, but display this on a separate page? form?. Is the
answer a subform? and are these able to be displayed as a
separate page to the Master?

A Subform based on the "many" side table is indeed the best solution.
If you want to see the information separately, one useful technique is
to use a Tab Control on the form; put the Contract information on page
1 of the tab control, and the Subform on page 2.
 
K

Ken Snell

From what I am understanding of your description, yes, a subform would be
the way to do this. You can link the subform records to the main form
records via the "Link Child Fields" and "Link Master Fields" properties of
the subform control (the control that holds the subform). There is info in
the Help file about doing this. Post back if you have specific questions.
 

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