I have a form which contains both customer mail and billing addresses.  In some cases the billing address is the same for several customers (ex their company is picking up the bill).  
I must create record for each customer that contains their mail and billing address.
I would like to have the option to "autopopula te" the billing address based on the last Customer Record saved, if it is indeed the same billing address.
I am hoping that I can create a "setvalue" type macro (or VBA code, though I am not that well versed in it) to run upon clicking of a Command Button. The billing address is comprised of five different fields, which I would be taking from the last record saved before working on the latest record.
Any suggestions??
Thanks
					I must create record for each customer that contains their mail and billing address.
I would like to have the option to "autopopula te" the billing address based on the last Customer Record saved, if it is indeed the same billing address.
I am hoping that I can create a "setvalue" type macro (or VBA code, though I am not that well versed in it) to run upon clicking of a Command Button. The billing address is comprised of five different fields, which I would be taking from the last record saved before working on the latest record.
Any suggestions??
Thanks
Comment