Table 1 contains ID and Area
Table 2 contains ID
ID is unique thru the 2 tables
I need to be able to say select from table 2 where Id matches the ID held in a session variable from table 1, but also pull all the records from table 2 where the area is the same as the matching ID's area. Does that make sense.
Table 2 contains ID
ID is unique thru the 2 tables
I need to be able to say select from table 2 where Id matches the ID held in a session variable from table 1, but also pull all the records from table 2 where the area is the same as the matching ID's area. Does that make sense.