Okay. I've run aground and don't know how create this query. If anyone could help me, i'd be much obliged. I guess the real problem that I'm having in my inability to decipher how Access defines its JOIN statements. I can't seem to figure it out. Anyways, any help would be appreciated.
I have four tables, condensed for posterity, attached below. I have an ID number for the HomeState, and I have a Join Table for Multiple State Licenses
tblCE
-----
CEID - PK
Name - Data
HomeStateID - FK
tblState
----------
StateID - PK
StateAbbreviation - Data
tblCEJoinLicense
----------------
CELicenseID - PK
CEID - FK
StateID - FK
LicenseNumber - Data
Basically, the problem I have is this: I need the StateAbbreviation pulled for both the HomeState in tblCE and for Each of the StateId's in tblCEJoin License and I can't for the life of me figure it out. I can JOIN a table twice successfully, and I can JOIN a many to many relationship too, but I can't seem to get the two to meet up.
Data I'm trying to get...
-------------------------
CEID HomeState Licensed In
1 'PA' 'MD'
1 'PA' 'PA'
1 'PA' 'NJ'
I have 5 many to many relationships in this query as well, so if you could point out the Access multiple inner join syntax, you'd be the bomb!
Thanks for any help.
Jim Jawn
I have four tables, condensed for posterity, attached below. I have an ID number for the HomeState, and I have a Join Table for Multiple State Licenses
tblCE
-----
CEID - PK
Name - Data
HomeStateID - FK
tblState
----------
StateID - PK
StateAbbreviation - Data
tblCEJoinLicense
----------------
CELicenseID - PK
CEID - FK
StateID - FK
LicenseNumber - Data
Basically, the problem I have is this: I need the StateAbbreviation pulled for both the HomeState in tblCE and for Each of the StateId's in tblCEJoin License and I can't for the life of me figure it out. I can JOIN a table twice successfully, and I can JOIN a many to many relationship too, but I can't seem to get the two to meet up.
Data I'm trying to get...
-------------------------
CEID HomeState Licensed In
1 'PA' 'MD'
1 'PA' 'PA'
1 'PA' 'NJ'
I have 5 many to many relationships in this query as well, so if you could point out the Access multiple inner join syntax, you'd be the bomb!
Thanks for any help.
Jim Jawn