Extract data from report, and subreport combobox

  • Thread starter Thread starter Zolpidem
  • Start date Start date
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?
 
Why? What do you expect to do with the information? Are you attempting to
build a table of contents or index of the report?
 

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