I have a purchase order database. I have an autonumber field (Purchase Order ID#) that gets generated when the user inputs data. I would like to insert a command button into this form that grabs that Purchase Order ID # and brings me to a report that displays the same information, with out all the combo boxes, cmd buttons, etc.
The method I use now is the long way: I created a button to open a report based on a query that requires the user to type the ID# before you can print. I want to by-pass that step and automatically be able to pull up that report based on the autonumber field.
Thanks for any help offered.....
The method I use now is the long way: I created a button to open a report based on a query that requires the user to type the ID# before you can print. I want to by-pass that step and automatically be able to pull up that report based on the autonumber field.
Thanks for any help offered.....