what is the Macro/VBA to copy

F

Frank Situmorang

hello,

when we use the form as a purchase order to supplier, can we copy it at the
same time to a folder as an archive?

Thanks in advance

Frank
 
D

Daniel

You can't just copy the form information per see, but you could create a
report that could be printed as a PDF and saved each time in an archive
folder.
 
K

Klatuu

A form contains no data. It is a window to data. Saving a form does not
save the data currently displayed.
If you need to save a record of the PO, you could create a report and print
that.
Properly written, your database applcation should be able to recall any PO
ever produced.
 
Top