JChandler22
Registered User.
- Local time
- Today, 18:26
- Joined
- Jul 24, 2007
- Messages
- 52
I have a customer contact database, and a form that shows records for each customer including name, address, city, state, zip, country, phone, etc, all in separate fields of course.
I would like to create another field on the form that takes the data from all of those fields and constructs an address label, then below the field I will have a button to copy the address to the clipboard to be used elsewhere. So if the fields are:
First Name: John
Last Name: Smith
Address: 12345 Charles St.
City: Boston
State: MA
Zip: 02136
Then I want another field in that same form to compile all of those a produce:
John Smith
12345 Charles St.
Boston, MA 02136
Suggestions? Many thanks!
I would like to create another field on the form that takes the data from all of those fields and constructs an address label, then below the field I will have a button to copy the address to the clipboard to be used elsewhere. So if the fields are:
First Name: John
Last Name: Smith
Address: 12345 Charles St.
City: Boston
State: MA
Zip: 02136
Then I want another field in that same form to compile all of those a produce:
John Smith
12345 Charles St.
Boston, MA 02136
Suggestions? Many thanks!