Hi!
Maybe its the end of the day for my brain, but I am stuck at this hurdle:
I have 2 tables, System_Area, and Site_System.
System_Area contains a list of areas for the system:
Code Title
AREA1 Area 1
AREA2 Area 2
These areaas can be enabled or disabled for a particular site, so Site_System denotes which sites have which areas:
SiteID AreaCode
1 AREA1
2 AREA1
2 AREA2
Here site 1 has acces to Area1, wheras site 2 has access to both areas.
Ok, my question: HOw do I get LLBL to give me all areas for a given site?
I'm guessing its my LLBL experience shopwing though here