Combo box selection go to a Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a combo box created in a form. On selection form the combo box, "on
click " the selection, I want it to take that selection and drop it to the
report.
 
If you are using the ComboBox as a criteria in a query then also add it as an
output field in that query.
 
I guess I'm lost. It seems like it should be so simple. I can get the
information to drop into a form, but I need it to go to a report. I can get
it to go to the report I want, but it goes to the first record instead of the
selected record.
 
Where did you put the ComboBox?
In a form? How are you using it?

In a report? How are you using it?
 
Currently I have it in a form. The combo drops a list of test names. I want
to be able to select the test name and have a report with the test name and
all the fields associated with that test. I'll try to create a combo in a
report and see if that work. Didn't know we could do that.
 
Back to my earlier -- Use a query as record source for your report. Use the
ComboBox as a criteria in a query then also add it as an output field in that
query.
Open the report in design view and add the field.
 

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

Similar Threads

how to show data only from selected combo boxes ? 0
combo box filter 1
Combo Box Question 4
Combo Box 3
return value based on combo box selection 3
Connecting combo boxes 1
Combo Box Sync 5
Combo Box Problems 1

Back
Top