MarkK
bit cruncher
- Local time
- Today, 05:27
- Joined
- Mar 17, 2004
- Messages
- 8,472
Your db contains linked tables from Interim Lab Loads, so nothing really works.
Apart from the immediate problem, your table RoomCalcs can't be right: there are just too many columns and it looks like you might be happier working in Excel. What you're doing in that table doesn't really work well in a database.
But back on topic: The 'parent table' is called RoomCalcs ....
Cheers,
Apart from the immediate problem, your table RoomCalcs can't be right: there are just too many columns and it looks like you might be happier working in Excel. What you're doing in that table doesn't really work well in a database.
But back on topic: The 'parent table' is called RoomCalcs ....
See? You don't reference the name of the query you are working in, you reference the name of one of the tables that the query contains.( SELECT min([valves_Lab].[M_vav_min_con_cfm]) FROM [VALVES_LAB] WHERE [Valves_Lab].[m_vav_max_cfm] > [RoomCalcs].[Actual_Peak_Design_Sup_CFM] ) AS cfm
Cheers,