How can I modify a form to include a new field added to a table?

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

Guest

if I add a new field to a table, how can I add it to an existing form? When I
look in the field list in the form design mode, I cannot see the field in the
table list.
 
Hi,
If your form is based on a query or Select statement, you have to add the new field
to these. If it's just based on a table, try reselcting the table as the data source.
 
Thanks for the prompt reply. Not sure what I was doing wrong before but this
time it worked. Thanks again.

Regards
Peter
 
Back
Top