Combobox report.

jakobt

Active Member
Joined
May 31, 2010
Messages
337
I have a report linked to a table. I want to filter the report on the Customer ID. Is that possible. Is it possible to insert a combobox in a report, in the header maybe.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
You can't add combobox in reports.
 
Upvote 0
Would I then need to link the report to a query. And filter in the query on the customer I want to be filtered on for the report?
 
Upvote 0
I would use the query to link to the report. You could also use a form as an interface, you can resize the form to fit around a combobox and it can refresh once you select from the combobox that way it gives you the impression of a combobox in a report. So the report uses the query, but the query use an expression to the form control and refresh the report with a macro after update or on change events from the combobox.
 
Upvote 0
I would open the report with the criteria of the Customer ID in the WHERE argument?

I would not tie the query to any form controls unless that was the only place that query was ever used.?

HTH
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,843
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top