what is the Macro/VBA to copy

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
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.
 
Back
Top