Linking Forms and Tables

  • Thread starter Thread starter Rowley
  • Start date Start date
R

Rowley

How do I link a form I created with the Table I created to
correspond?
 
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
 

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

Back
Top