Question about recordsource

  • Thread starter Thread starter forest8
  • Start date Start date
F

forest8

Hi there

What does the following mean?

I have been told that I should fix the recordsource for my forms.

What does it mean to use the table name or * select * from tablename?

Where do I put this inofmration?

I'm uncertain of how to proceed with this request.

Thank you in advance for your help.
 
It would help if we had some context for your question. Forms have a Record
Source property that you can enter:
1) nothing
2) a table name
3) a query name or
4) a SQL statement like "SELECT ... FROM ... "
 

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