Relationship with form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I made a form using the design view. It did not give me the option of linking
it to my table. How can I go back and link it.
 
Forms don't have to be linked to tables, but if you mean the table that
provides the data for your form, you probably need to update the 'record
source' property.
Click View--Properties--Data--Record Source

-Dorian
 
Open the form in design view.
Point the cursor at the upper left corner of the form.
Right click and select Properties from the drop down menu.
Look at the top of the properties dialog to be sure you have the properties
for the form and not some other object.
Select the Data tab.
Enter the name of your table in Record Source.
 
Back
Top