Accessing values in a report

eddy556

Registered User.
Local time
Today, 03:12
Joined
Feb 29, 2008
Messages
10
How do I access the values in a report using VBA?

For example using VBA how would I see whether a certain value has appeared on the report?

Thanks
 
You would need to put the code in the report itself and do something there if you find the value you are looking for. You can't examine the data in a report from outside the report since you have no way to address the data. There is no concept of cells as there is with Excel.
 
Yes that what I mean - what code do I write within the report to get at those details?
 

Users who are viewing this thread

Back
Top Bottom