Getting the SQL out of an Access 2000 reports

  • Thread starter Thread starter PJ6
  • Start date Start date
P

PJ6

I have a few Access 2000 reports that I need to get the SQL out of - that
is, exactly the logic it is using to get information from source tables.

This is apparently beyond my current understanding of Access or my ability
to get this information using Google.

Can anyone help?

Paul
 
Check the RecordSource Property of the Reports. This Property is in the
"Data" tab of the Report's Properties window. You should also check the
Filter Property on the same tab.

Note that both Properties can be changed by code (but not often) so these
may not be the actual source of the data as presented in the Report.

HTH
Van T. Dinh
Microsoft MVP (Access)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top