form and subform in a project

  • Thread starter Thread starter Dimitris Nikolakakis
  • Start date 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
 
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.
 
Back
Top