Newbies zenman Posted August 24, 2001 Newbies Posted August 24, 2001 Can you relate 2 fields in the same record. Specifically how can I have input for Field one (Home Address), automatically transfer to a Field Two (Emergency Contact Address) without input into Field Two transfering back to Field One if the information is different?
zincb Posted August 28, 2001 Posted August 28, 2001 Try using a button labeled "Use Home Address", next to the Emergency Address entry field. When the button is pressed, it runs a script: IF (not isempty (Emerg_Addr) ) Show Message (Do you really want to overwrite your Emergency Address with your Home Address?), 1 = No (default), 2 = Yes IF (status (UserMessageChoice) = 1 ) Exit Script End IF End IF Set (Emerg_Addr = Home_Addr)
Recommended Posts
This topic is 8834 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now