Report - Mystery Data Origins

  • Thread starter Thread starter Sara Montgomery
  • Start date Start date
S

Sara Montgomery

I have a database I'm working with which has tables and reports. The
controls in the reports are bound to data, but I'm at a loss to explain
where the data is coming from. I have gone so far as to delete the tables of
data, yet the reports are unchanged and show the same data as always.

Anyone know what's going on, and how I can get to the underlying data to
delete some of it, and refresh the controls to show the current data?

Thanks
 
Sara said:
I have a database I'm working with which has tables and reports. The
controls in the reports are bound to data, but I'm at a loss to explain
where the data is coming from. I have gone so far as to delete the tables of
data, yet the reports are unchanged and show the same data as always.

Anyone know what's going on, and how I can get to the underlying data to
delete some of it, and refresh the controls to show the current data?


The source of the data for a report is specified in the
report's RecordSource property. Take a look at that in the
report's design view to see if you can track down where the
data is coming from.
 
Back
Top