how do i link a form to a table

D

DBHELP

I have an old form with a new table. I wiuld like to like the old form to the
new table without creating a new form.
 
S

Steve Schapel

DBHELP,

In the design view of the form, look at the Properties of the form, and
enter the name of the new table in the Record Source property. Assuming
the fields in the new table correspond with the Control Source of the
controls on the form, this should work ok.
 
Top