kermitforney
Technical User
Is this possible?
I have never writtin a Union query but, what I need to do is join 2 columns in the same table. It has an Inner Join with another table that I need in the Union query as well.
I have an employer table that takes in employer info from 2 individuals. But when I run the report i need to combine both of their Employer cities(and other info like zip codes, county, and industry. Etc . .).
If it is possible can you post the SQL code. I like to write out my queries instead of relying on the Design Grid.
Details:
Tables
tblCommunity and tblEmployer
INNER JOIN
tblCommunity.cmID, tblEmployer.cmID
Columns (need to be joined)
tblEmployer.emEmployerCity and tblEmployerCity2
Also after this happens I need to run a count EmployerCity.
((Sorry for the lengthy post but I have been working 13 hour days and I have yet to find a fix for "this" problem among others
) ))
Thanks guys.
I have never writtin a Union query but, what I need to do is join 2 columns in the same table. It has an Inner Join with another table that I need in the Union query as well.
I have an employer table that takes in employer info from 2 individuals. But when I run the report i need to combine both of their Employer cities(and other info like zip codes, county, and industry. Etc . .).
If it is possible can you post the SQL code. I like to write out my queries instead of relying on the Design Grid.
Details:
Tables
tblCommunity and tblEmployer
INNER JOIN
tblCommunity.cmID, tblEmployer.cmID
Columns (need to be joined)
tblEmployer.emEmployerCity and tblEmployerCity2
Also after this happens I need to run a count EmployerCity.
((Sorry for the lengthy post but I have been working 13 hour days and I have yet to find a fix for "this" problem among others
Thanks guys.