form and subform in a project

  • Thread starter Dimitris Nikolakakis
  • Start date
D

Dimitris Nikolakakis

I have access 2K.
I have created a form FFactories and another one FFactoriesTx.
FFactoriesTx take data from a StoredProcedure.

In mdb file I could link the form and the subform.
In adp file (project), how can I do it?

I want in FFactories to put the subform and show only the
FFactories.FactoryID = FFactoriesTx.FactoryID

Thanks in advance
 
S

Sylvain Lafontaine

You proceed in the same way with ADP than with MDB: by setting the "Link
Child Fields" and the "Link Master Fields" of the subform control. under the
Data tab for the property of the subform control.

Don't confuse the subform control (the control that you set up directly in
the parent form) with the form that is the source object of this control.

S. L.
 

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