barcode711
Technical User
I want to create a form that has a combo box or listbox that allows for the user to select what data and from which month to print a report.
The user is going to select the data to view(they will choose from 15 different liquid levels), and then choose the Month. (I may want to add year as well later on) I have one table, and one query: tblData , and qryGetData .
On tblData,fldDataType I created a combo box with a list of all the values that should used(15). On my query I have a field with this expression: Month:Format([fldEntryDate],"mmmm"-this changes entry date to months. I created parameter prompts to type in the month and dataype they want to view in a report.
When I run the report this way, I get the reports for each individual datatype fine, but prefer not to have to user type in criteria;would rather have them select from 2 combo boxes.
I'm not the best at coding, and appreciate any help!
The user is going to select the data to view(they will choose from 15 different liquid levels), and then choose the Month. (I may want to add year as well later on) I have one table, and one query: tblData , and qryGetData .
On tblData,fldDataType I created a combo box with a list of all the values that should used(15). On my query I have a field with this expression: Month:Format([fldEntryDate],"mmmm"-this changes entry date to months. I created parameter prompts to type in the month and dataype they want to view in a report.
When I run the report this way, I get the reports for each individual datatype fine, but prefer not to have to user type in criteria;would rather have them select from 2 combo boxes.
I'm not the best at coding, and appreciate any help!