Data pulled for Access Report

  • Thread starter Thread starter LA-OP
  • Start date Start date
L

LA-OP

I just started using an existing Access database and have a report that I
need to change the data. I have been able to find the links to some data,
but am not sure where an important piece is pulled. Is there a way to see
the properties of this report and find the tables, queries, or forms it uses
to pull data?
 
Open in design view, click on menu VIEW - Properties and see the Record
Source. That tells you where the report data is from. It might be a table
or query. If a query then open it in design view and check it's sources.
 
Back
Top