Linking Forms and Tables

  • Thread starter Thread starter Rowley
  • Start date Start date
In form design, open the Properties box (View menu).

Make sure the Title of the Properties box reads "Form", not the name of some
control.

On the Data tab of the Properties box, set the RecordSource property of the
form to the name of your table.
 
Hi,

Through the RecordSource property of the form. You can change it in its Open event, as example.
Same with control and field, through the ControlSource property of the controls.


Hoping it may help,
Vanderghast, Access MVP
 
Back
Top