How to specify the data?

  • Thread starter Thread starter kramer.newsreader
  • Start date Start date
K

kramer.newsreader

HI, All.

I'm new to Access and need to review/modify some legacy reports in an
Access DB. When I open the query in Design view, I see a bunch of
items laid out, but where is it specified what Query or Table the items
come from?

Thanks in advance.
 
Kramer,

The data accessed by a report is determined by the report's Record
Source property.

In design view of the report, one way to see the Property Sheet is via
the View/Properties menu. Find the Record Source property, it will
probably show either the name of a table or query, or an SQL statement.
 
Thank you very much.

Steve said:
Kramer,

The data accessed by a report is determined by the report's Record
Source property.

In design view of the report, one way to see the Property Sheet is via
the View/Properties menu. Find the Record Source property, it will
probably show either the name of a table or query, or an SQL statement.
 
Back
Top