Linking a form to a table

R

richard

How do I link a form to a table so that when I add fields
to the table, they will show up on the form?
 
J

JulieD

Hi Richard

if you have an existing form - set the form's record source to be that of
the table (design view of the form, view / properties - ALL tab .. up the
top, click in the white box next to record source, click on the drop down
arrow, choose table)

if not, click on the table, then click on the AutoForm icon on the toolbar -
this will create a form for you based on the table - you have then only to
make it look pretty.

Regards
julieD
 
Top