Need Sub-Form on Continuous Form?

D

Dave Elliott

Can this be done and if so how or if not suggestions on something else?
I have a Check Register that I use to input Checks and Deposits and I need a
way to include multiple Deposits for the same Depositor, i.e the sub-form.
The Check Register is a Continuous form.
 
J

John Vinson

Can this be done and if so how or if not suggestions on something else?
I have a Check Register that I use to input Checks and Deposits and I need a
way to include multiple Deposits for the same Depositor, i.e the sub-form.
The Check Register is a Continuous form.

You can't put a Subform on a continuous form... but you can put two
subforms side by side, and have one of them dependent upon the other.
Set the Master Link Field of the deposits subform to

[Forms]![mainformname]![Registersubform].Form![CheckNumber]

You need the complete forms reference, using the name of the form, the
subform control, and the linking field on 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