Read values from a report

eddy556

Registered User.
Local time
Today, 13:46
Joined
Feb 29, 2008
Messages
10
I have a report with module names on it. How would I loop through these names to check for a certain module)?

Thanks
 
Why not just do any checking on the underlying query / datasource?
 
Okay how would I search through one of them looking for a certain module etc when there could be more than one
 
I must be missing something here.
My assumption: Module Name is the name of a field on your report. Is that correct?

What do you want to happen when a certain module name in your report?

My thinking is, if my assumption is correct, that you don't need to loop through the records, as the query is already doing that. If you want to check to see if a certain module exists, put the name of that certain module in the criteria of the Module Name column in the query.
 

Users who are viewing this thread

Back
Top Bottom