Extract data from report, and subreport combobox

Z

Zolpidem

I've created report from query. It has more than one page, on each
page is different sample (I work in chemlab)information. Now I want to
extract data from report (from different textbox, combobox) for each
page. But code

VSampleName =
Reports("RResultsOfAnalysis").Controls("SampleName").Value

takes just one samplename, not even from the current report page.
How to take these data?
 
D

Duane Hookom

Why? What do you expect to do with the information? Are you attempting to
build a table of contents or index of the report?
 
Top