J
Josh
I need to basically flatten out some Access data into an Excel spreadsheet.
I have three separate tables, one each for Name info (first, last, etc.),
Address, and Phone. How can I make the query so I get results with fields
like this:
Name:HomeAddress:BusinessAddress:HomePhone:Email...
where the home address field is pulled from the Address table and only pulls
the address if the [Address].[AddressType] = "Home". Same critera with
business address, home phone and email (emails are also located in the Phone
table with a PhoneType of "Email").
I think I'm on the right track so far using an IIF statement, but once I try
to use more than one the results get funky (multiple records per Name).
This is really frustrating, so thanks for the help!
Josh
I have three separate tables, one each for Name info (first, last, etc.),
Address, and Phone. How can I make the query so I get results with fields
like this:
Name:HomeAddress:BusinessAddress:HomePhone:Email...
where the home address field is pulled from the Address table and only pulls
the address if the [Address].[AddressType] = "Home". Same critera with
business address, home phone and email (emails are also located in the Phone
table with a PhoneType of "Email").
I think I'm on the right track so far using an IIF statement, but once I try
to use more than one the results get funky (multiple records per Name).
This is really frustrating, so thanks for the help!
Josh