I have a form that allows for input of new Customer Billing address fields (B1, B2, B3) as well as fields for the Shipping Address (S1, S2, S3).
Sometimes these are the exact same!
I have text boxes on the form for all six fields. However, when the Billing and Shipping Address fields are identical, I would like to allow person entering data to only have to do so for the Billing address, and then have the form autopopulate the Ship Address fields with that same data.
Is there some macro or code that can be written behind a command button to allow this to be done. It would eliminate potential for error in keying in same data twice.
Note: In many cases the Billing and Shipping Addresses are NOT THE SAME. As such, all six fields will appear on the form.
Thanks in advance for your assistance.
Sometimes these are the exact same!
I have text boxes on the form for all six fields. However, when the Billing and Shipping Address fields are identical, I would like to allow person entering data to only have to do so for the Billing address, and then have the form autopopulate the Ship Address fields with that same data.
Is there some macro or code that can be written behind a command button to allow this to be done. It would eliminate potential for error in keying in same data twice.
Note: In many cases the Billing and Shipping Addresses are NOT THE SAME. As such, all six fields will appear on the form.
Thanks in advance for your assistance.
Comment