I created 3 tables,all linked, and then created a form using these three tables. Then I went back to add new fields and change some field names in the table. Name Autocorrect is on, but the field name changs did not change in the form, and How do I add the new fields to the form?
Thank you
Open the form in Design View and add the textboxes you want to add.
Use recordsource to refer to the field (tablecolumn) you want to use as source.
If you've changed fields names, you'll have to change the recordsources in your form.
Or recreate the form from scratch...
AutoCorrect has nothing to do with recordsources, it's a kind of control towards the text one enters in a textbox.
For example, correct a name when it is entered with two capitals (SMith becomes Smith).
Suc6,
RV
Thank You!....I was really baffled on that.