master-detail-form

  • Thread starter Thread starter Patrick Döme
  • Start date Start date
P

Patrick Döme

hi there

Generating a master- and detailform in access 2003, by using a sql 2000
server datasource doesn't seem to be that easy:

After constructing the form with the form wizard, the master-detail form is
here, but the detail form shows all its lines:
It doesn't matter, which record of the master section is visible, the detail
section shows me all the lines of its table, even those ones, which haven't
got anything to do with the currently visible record of the master-form.

Where is the error?


Thanks for your help.


Regards
Patrick
 
Check the LinkMasterFields / LinkChildFields Properties of the Subform
Control.

See also Access Help / Access VB Help on the above Properties.
 
Back
Top