fax log; copying form fields

  • Thread starter Christopher Glaeser
  • Start date
C

Christopher Glaeser

I have several forms (e.g. frmWorkOrders, frmContacts, etc) from which I
want to generate faxes and store the information in a fax log (tblFaxLog).
I want tblFaxLog to contain a copy of the name, phone, and fax information
(and not have links to the name, phone, and fax). The FAX_Command button on
each form should open a new fax record and "copy" the relevant information.
What is the code to copy the contact information from one form to the
frmFaxLog, and in which event should this code be placed?

Best,
Christopher
 
Top