Using Tables and Queries as recordsoure in a form

D

dvorasnell

I need to know how to use a table and query as a recordsource. Right now,
All I can see is the tables and not the query in field list.
 
D

Damon Heron

The form property "RecordSource" has a dropdown list of all queries and
tables. Is this a pre-existing query? If not, then click on the ... at the
right of record source and you can create your own query, based on tables,
other queries, etc.

HTH
Damon
 
D

dvorasnell

Thank you!

Damon Heron said:
The form property "RecordSource" has a dropdown list of all queries and
tables. Is this a pre-existing query? If not, then click on the ... at the
right of record source and you can create your own query, based on tables,
other queries, etc.

HTH
Damon
 
Top