I made a form using a bunch of Combo boxes.
Each Combo box takes fromt the same query/table.
Each combo box also takes from the same column (I am choosing from particular customers).
I am using this same idea for multiple combos of the same column to select a few other options like "Time" and "Day".
Everything is working how I want it to.
My lack of understanding comes with the design of the report. How do I get all those combo boxes which use the same column name to display uniquely on the report?
Is there a way to point a field on the report to each of those individual combo boxes from the form?
Each Combo box takes fromt the same query/table.
Each combo box also takes from the same column (I am choosing from particular customers).
I am using this same idea for multiple combos of the same column to select a few other options like "Time" and "Day".
Everything is working how I want it to.
My lack of understanding comes with the design of the report. How do I get all those combo boxes which use the same column name to display uniquely on the report?
Is there a way to point a field on the report to each of those individual combo boxes from the form?