Refreashing a feild list in Access

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

Guest

If you make an addtion to a table and go to the form that is connected with
that table to add the newly created feild how do you refreash the feild list
so that you can see the new feild you added to the table that the form is
connected to?
 
If the RecordSource of the Form is the Table itself, the Field List will be
automatically refreshed when you open the Form in DesignView.

Since you asked the question, it is likely that the RecordSource of the Form
is base in a Query / SQL String which is, in turn, base on the Table. In
this case, you need to modify the Query / SQL to include the additional
Field so that the Form can pick up the new Field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Memo Feilds 1
one form to populate two tables 2
Date Add 1
Create a default feild 11
Status Feild 2
how to remove STMP feild 1
update feild based on combo box value 1
Cascading Comboboxes 9

Back
Top