Refering to subforms on a different form

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi. I have my main form (frmdebt) and when I click a button I would like it
to open another form linked by the bankID. The other form's main form
(frmBank) has BankID and bankname. On It's subform (frmBranch) it has the
banks branch details.

From the Main form (frmDebt) I would like to open the form (frmBank) and add
a new record to the subform (frmBranch)

please help me.
It's almost the weekend!!!
 
Chris

An alternate approach to jumping around from form to form might be to use a
single form, with a tab control. You can "embed" subforms on the different
tabs of a tab control. If all the "subs" are related to some main record,
the tab metaphor keeps all the related work together.

For an example, try opening the Tools | Options window in Access.
 
Back
Top