yippie_ky_yay
Registered User.
- Local time
- Today, 08:45
- Joined
- Jul 30, 2002
- Messages
- 338
Outer join help please! - SOLVED
Hello,
here's the db structure on which I need to query (I didn't bother writing out the Person table):
tblGroups
---------
GroupID
GroupName
tblLevel
--------
LevelID
LevelDescription
tblRecords
----------
PersonID
GroupID
LevelID
By doing an outer join from Groups to Records, I can see when there are no records for a particular group but I need to go one more level. I need to show something when there are no records for a particular Level. Any ideas?
Thanks!
-Sean
Hello,
here's the db structure on which I need to query (I didn't bother writing out the Person table):
tblGroups
---------
GroupID
GroupName
tblLevel
--------
LevelID
LevelDescription
tblRecords
----------
PersonID
GroupID
LevelID
By doing an outer join from Groups to Records, I can see when there are no records for a particular group but I need to go one more level. I need to show something when there are no records for a particular Level. Any ideas?
Thanks!
-Sean
Last edited: