I have a form to enter contact information into my main form of a contact management database. As the user enters in a first name, last name, spouse and titles I need it to automatically fill this info into another table in the following formats:
Field Result
SaveAs last name, first name (ex. Doe, John)
Greeting first name & spouse name (ex. John & Jane)
Address title & spouse title first name last name (ex. Dr. & Mrs. John Doe)
This is to print automated letters and envelopes.
Even though I want these automatically entered I would also like to be able to change them (ie. change the greeting name from Johnathan to John)
If anyone can help I would greatly appreciate it.
Field Result
SaveAs last name, first name (ex. Doe, John)
Greeting first name & spouse name (ex. John & Jane)
Address title & spouse title first name last name (ex. Dr. & Mrs. John Doe)
This is to print automated letters and envelopes.
Even though I want these automatically entered I would also like to be able to change them (ie. change the greeting name from Johnathan to John)
If anyone can help I would greatly appreciate it.