input form can't find renamed table

J

Joe Pitt

I want to rename a table that is referenced by a data input form. I can't
find where the table name is kept in the form.
 
J

John Vinson

I want to rename a table that is referenced by a data input form. I can't
find where the table name is kept in the form.

Open the Form in design view; view its Properties; it's the
RecordSource property (the first on the Data tab).
 
Top