Copying Info in macro (1 Viewer)

rwpetrie

Registered User.
Local time
Today, 18:00
Joined
Dec 12, 2000
Messages
25
How can I set a command button in a form to save the current information, go to add a new record, while saving some of the information just added?

For example, the person enters a Job number, then proceeds to enter items into a purchase order. When they are done with this PO, I'd like them to click a command button that will save the PO, while opening up another entry form that already has the Job number and header information there so that it doesn't need retyped.

How can I do this?
 

BarkerD

Registered User.
Local time
Today, 18:00
Joined
Dec 1, 1999
Messages
106
It sounds like you need to normalize the structure of your application.

If you have information that is duplicated in records in the same table, or in different tables, this is a good indication that it is a separate data entity.

Duane Barker
 

Users who are viewing this thread

Top Bottom