form and subforms sycronized

A

angel82

I have a main form with 2 subforms on it. Will the sub forms automatically be sycronized with the main form or do I need to do something and if so what. I'm a real dumb one!!
Thanks for any support you might be able to give me
 
V

Van T. Dinh

The Subforms will be synchronised automatically if you set the appropriate
Fields for the "LinkMasterFields" and "LinkChildFields" Properties of the
Subform Controls.

If you use the Subform Wizard, the Wizard will ask you to set
LinkMasterFields and LinkChildFields in one of the wizard dialog windows.

Check Access / Access VB Help on the above Properties.

--
HTH
Van T. Dinh
MVP (Access)



angel82 said:
I have a main form with 2 subforms on it. Will the sub forms
automatically be sycronized with the main form or do I need to do something
and if so what. I'm a real dumb one!!!
 
Top