Report Source

B

Bryan

Can someone tell me how I will be able to view where the data is coming from
for a report in access.
 
G

George Nicholson

Open the report in Design view and look at its Recordsource property. That
will contain either the name of a table, an SQL string or, most likely, the
name of a saved query.
 
Top