Can I add combo boxes to reports in order to customize them for the info I am looking for? If so, do I do this in the event portion of the property sheet?
I have combo boxes in my tables for certain fields that need to be manipulated for reports and such. I am unsure of how to proceed and I don't want to add a ton of queries to my database in order to pull reports that are needed. I would attach my db but it is too large.
The query I have written that I would like to supply several reports from has the following fields:
EmpID
EmpName
EmploymentStatus (combobox)
CraftCode
SuptName
StatusChange (combobox)
EvalDate
Rating (combobox)
SkillCode (combobox)
SkillDescription
I would like to have a combo box for CraftCode as well as when the reports are pulled they may be looking for the code for plumbers or laborers or sheet metal or what have you. Then when they pull up that report I would like the users to be able to pick from the combo boxes what they are looking for with the exception of Rating and Skill Code which I would like to add parameters to. Which I guess I could do in the query but I would rather have it all done when the report is clicked on.
Any advice??
I have combo boxes in my tables for certain fields that need to be manipulated for reports and such. I am unsure of how to proceed and I don't want to add a ton of queries to my database in order to pull reports that are needed. I would attach my db but it is too large.
The query I have written that I would like to supply several reports from has the following fields:
EmpID
EmpName
EmploymentStatus (combobox)
CraftCode
SuptName
StatusChange (combobox)
EvalDate
Rating (combobox)
SkillCode (combobox)
SkillDescription
I would like to have a combo box for CraftCode as well as when the reports are pulled they may be looking for the code for plumbers or laborers or sheet metal or what have you. Then when they pull up that report I would like the users to be able to pick from the combo boxes what they are looking for with the exception of Rating and Skill Code which I would like to add parameters to. Which I guess I could do in the query but I would rather have it all done when the report is clicked on.
Any advice??