ok..i`m trying this and for some reason it`s not calculating the sum. it just shows the values found. i have 3 tables bookings_table, party_table and session_table. the session_code is a field in the session_code but exists also as a foreign key in the Bookings_table. any idea??
(SELECT Sum([Session_Cost]) FROM [Session_Table] WHERE [Bookings_Table].[Session_Code] = [Session_Table].[Session_Code] AND [Bookings_Table].[Paid?] LIKE '0')
thanks a lot!!
(SELECT Sum([Session_Cost]) FROM [Session_Table] WHERE [Bookings_Table].[Session_Code] = [Session_Table].[Session_Code] AND [Bookings_Table].[Paid?] LIKE '0')
thanks a lot!!