Identify which queries an Access 1997 report is using to generate?
I am updating an Microsoft Access 1997 mdb. I want to find out how one of the reports are generated and I am not sure which queries the program uses to generate the report. I am only ab开发者_开发百科le to access the design and preview mode or the report.
Is there an easy way to identify how the report is generated? Specifically which queries, tables, etc are used.
from the report design view, view the report's properties, then the recordSource property
精彩评论