S
Smurf
Hi
For some reason or another I can't seem to generate a Crosstab from this
query
SELECT 'Monday' AS DayName, ttable.[period#], [period_time], description
FROM ttable, l_room
WHERE (((ttable.[period#]) Not In (select [period#] from sub_l_room where
day = 'Monday' and [l_room#] = l_room.[l_room#])))
and l_room.[l_room#] In (Select [l_room#] from l_room)
Access keeps telling me that it doesn't recognize l_room.[l_room#] as a
valid name or field.
Anyone know what the problem is?
For some reason or another I can't seem to generate a Crosstab from this
query
SELECT 'Monday' AS DayName, ttable.[period#], [period_time], description
FROM ttable, l_room
WHERE (((ttable.[period#]) Not In (select [period#] from sub_l_room where
day = 'Monday' and [l_room#] = l_room.[l_room#])))
and l_room.[l_room#] In (Select [l_room#] from l_room)
Access keeps telling me that it doesn't recognize l_room.[l_room#] as a
valid name or field.
Anyone know what the problem is?