can't save a form with a new field in access 2007

  • Thread starter Thread starter Brenda
  • Start date Start date
B

Brenda

I created a new field in a form. The form will not save with the new field.
It asks if I want to save changes but won't save or close. If I say no to
save changes it closes. I created the new field in the table.
 
I created a new field in a form. The form will not save with the new field.
It asks if I want to save changes but won't save or close. If I say no to
save changes it closes. I created the new field in the table.

It's possible that the Form's Recordsource is a query that doesn't include the
new field. Try opening the form in design view; view its Properties; click the
.... icon by the Recordsource property on the Data tab, and add the new field
to the query.
 
John W. Vinson said:
It's possible that the Form's Recordsource is a query that doesn't include the
new field. Try opening the form in design view; view its Properties; click the
.... icon by the Recordsource property on the Data tab, and add the new field
to the query.
Thank you for your reply. I will try this as I am not at work right now.
Thanks, again.
 
Back
Top