Kckronic21
Programmer
I have a problem with my form. I have a combo box called Position_Name_txtbox that has a list of positions from a position table that I created. The form is called Position_Form and is based on the Position query [Forms]![Position_Form]![Position_Name_txtbox]. I have another button that prints a Position Report based on the value of the Position_Name_txtbox. What I want to do is to be able to print all of the positions with one button. Can someone please tell me how to do this? Thanks!