I'm wanting to be able to take the Address, City, State and Postcode field and copy them into another Address, City, State and Postcode field for postal/residential purposes. I've tried other forums and have had this suggested to be paste into the onClick Event but it doesn't work.
Private Sub SameAddress_Click()
Address = S_Address
City = S_City
State = S_State
Postcode = S_Postcode
End Sub
Any help would be appreciated.
Private Sub SameAddress_Click()
Address = S_Address
City = S_City
State = S_State
Postcode = S_Postcode
End Sub
Any help would be appreciated.