Choose which Table is seen in Field List

E

Eric

I created a new form and want to add fields from a specific table, however
the Field List displays the wrong table. How do I select which table I am
entering data from?
 
S

Sprinks

The underlying table or query is specified in the Form's RecordSource
property. Right click on the square at the top left of the form design
window, select Properties, and pick the source from the dropdown list.

Hope that helps.
Sprinks
 
Top