Name of table in a form

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

When i open a form in design view how to i check the name of the table,
i mean from which table the values come into the form.

Thanks,
 
It's in the RecordSource property of the form. View, Properties, Data tab.

The recordsource could be a table, a query, or a SQL statement.
 
Look at the Record Source property. You'll find it on the Data tab in the
Properties window. Note that the Record Source does not have to be the name
of a table. It can also be a SQL statement or the name of a saved query.
 

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

Back
Top