This sql statement is giving me an error that goes something like "You tried to execute a query that does not include the specified expression 'field3' as part of an aggregate function."
Anybody?
SELECT SUM([field1]) AS ttlVolume,
SUM([field2]) AS ttlUnits,
field3,field4
FROM [myTable] WHERE [Date] = #3/10/2001#
Thanks
Anybody?
SELECT SUM([field1]) AS ttlVolume,
SUM([field2]) AS ttlUnits,
field3,field4
FROM [myTable] WHERE [Date] = #3/10/2001#
Thanks