Hi, I have a database that works but I want to make it easier to use. Right now the user must enter their information into the form, click save, click print, (a different form based on a query opens), enter the form # to print and click OK.
The first form is to make data entry easier and the second is formatted for printing. I'm sure that there is a way to make the print button first save the record, and then pull the form number instead of having to enter it in the parameter box.
The first form is the NCMR (NonConforming Material Report) with the print button.
The second is called print NCMR and is based on a query of the same name. It just uses the parameter (Like [Enter NCMR #] to select correct record.
The number that must be entered to print the record is the autonumber (NCMR) that the form gives the record.
Any help is very appreciated.
The first form is to make data entry easier and the second is formatted for printing. I'm sure that there is a way to make the print button first save the record, and then pull the form number instead of having to enter it in the parameter box.
The first form is the NCMR (NonConforming Material Report) with the print button.
The second is called print NCMR and is based on a query of the same name. It just uses the parameter (Like [Enter NCMR #] to select correct record.
The number that must be entered to print the record is the autonumber (NCMR) that the form gives the record.
Any help is very appreciated.