Can someone tell me how I will be able to view where the data is coming from for a report in access.
B Bryan Nov 6, 2007 #1 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 Nov 6, 2007 #2 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.
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.