Hello.
I'm trying to create a report so I can print envelopes for all the guest at our wedding.
I have a table called "Addresses" that has everything in it.
The problem I'm having is displaying the names when creating a report to do mailing envelopes.
Info in the Addresses Table:
FirstName = blah blah
LastName = blah blah
SpouseName = blah blah
I have three different scenarios:
FirstName LastName ie. Joe Blow
FirstName & SpouseName LastName ie.Joe & Kelly Blow
FirstName LastName & SpouseName ie. Joe Blow & Kelly Son
Question:
How to I create the report to display the proper mailing address for each entry with having all three different scenarios?
I'm able to join the table columns fine, but I don't know how to condition them to print only what should be printed for proper mailing address.
Any suggestions would be great.
Thanks
I'm trying to create a report so I can print envelopes for all the guest at our wedding.
I have a table called "Addresses" that has everything in it.
The problem I'm having is displaying the names when creating a report to do mailing envelopes.
Info in the Addresses Table:
FirstName = blah blah
LastName = blah blah
SpouseName = blah blah
I have three different scenarios:
FirstName LastName ie. Joe Blow
FirstName & SpouseName LastName ie.Joe & Kelly Blow
FirstName LastName & SpouseName ie. Joe Blow & Kelly Son
Question:
How to I create the report to display the proper mailing address for each entry with having all three different scenarios?
I'm able to join the table columns fine, but I don't know how to condition them to print only what should be printed for proper mailing address.
Any suggestions would be great.
Thanks