Subform as a grand-child?

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

Hello,

I have a form named--(frmDonor) with a form named that is a
subform--(sbfrmCallsheet) and it has 2 forms that are subforms--(sbfrmPledge
and sbfrmDonations)--how do I connect the 2nd tiered subforms to the primary
subform that is connected to the main form?

TIA

Aaron
 
Hi Aaron,
read the conversation to the post by Chaplain
Doug 'Linking two subforms' dated May 12.

Luck
Jonathan
 
Aaron,

When you first start creating your forms and subforms,
1. create sbfrmCallsheet
2. create sbfrmPledge and sbfrmDonations
3. open sbfrmCallsheet in design view and click on Windows - Tile Vertically
4. Click and drag sbfrmPledge and drop it on sbfrmCallsheet
5. Click and drag sbfrmDonations and drop it on sbfrmCallsheet
6. Create frmDonor
7. Open frmDonor in design view and click on Windows - Tile Vertically
8. Click and drag sbfrmCallsheet and drop it on frmDonor
9. Check the LinkMaster/LinkChild properties of the three subform controls to
insure they have been set
 
Back
Top