When creating a record such as a purchase order it often needs to be printed. However, the record needs to be saved before it can be printed, and when you do this the program advances to the next record to start a new entry. Then you have to recall the last record and print it. This is OK for areas of the program where multiple records are generally created in a series, but for purchase orders where you typically create one record and then print, this is burdensome.

Comments