Qwert0000
Technical User
- Oct 24, 2003
- 30
Hi,
I'm not sure if what I am tring to do is possible but I would like to create a single report running off a query where one of the fields in the query is changed by user input.
I have a Table called Student with all the student info as well as fields for required training classes.
The query [ReportGen] will call for LastName FirstName TrainingPhase and the field that is chosen by the user.
I have a form that uses a combobox that gets its info from a seperate table with all the required classes I need reports on. This combobox places the required field name in a textbox [ReportName] on the form. The form will remain open while generating this query and printing the report. I plan on using a command button to run this report if possible.
I know I can generate the 40 reports I need seperatly but this seems to be a cleaner way to accomplish what I want.
I am using some VB to accomplish some other simple tasks
and was hoping there is some code that could be run here.
I am a novice user so please be kind.
Thanks to all who respond to posts here. Lurking has helped me tremendously.
I'm not sure if what I am tring to do is possible but I would like to create a single report running off a query where one of the fields in the query is changed by user input.
I have a Table called Student with all the student info as well as fields for required training classes.
The query [ReportGen] will call for LastName FirstName TrainingPhase and the field that is chosen by the user.
I have a form that uses a combobox that gets its info from a seperate table with all the required classes I need reports on. This combobox places the required field name in a textbox [ReportName] on the form. The form will remain open while generating this query and printing the report. I plan on using a command button to run this report if possible.
I know I can generate the 40 reports I need seperatly but this seems to be a cleaner way to accomplish what I want.
I am using some VB to accomplish some other simple tasks
and was hoping there is some code that could be run here.
I am a novice user so please be kind.
Thanks to all who respond to posts here. Lurking has helped me tremendously.