G
Guest
I am trying to find the average of a user defined field, this is what the
query fields and statements look like:
Field: full_account
Table: dbo_FULL_ACCOUNT
Field: tank_num
Table: dbo_TANKS
Field: Average Service
Time
Left([dbo_TRANS_DELIVERY.end_time],Len([dbo_TRANS_DELIVERY.end_time])-2)*60+Right([dbo_TRANS_DELIVERY.end_time],2))-(Left([dbo_TRANS_DELIVERY.start_time],Len([dbo_TRANS_DELIVERY.start_time])-2)*60+Right([dbo_TRANS_DELIVERY.start_time],2))-((1/60)*[units])
I have tried turning totals on using Group By for the 1st two fields and Avg
for the last field but the query complains that it is an Invalid procedure
call.
Thanks,
Paul
query fields and statements look like:
Field: full_account
Table: dbo_FULL_ACCOUNT
Field: tank_num
Table: dbo_TANKS
Field: Average Service
Time

I have tried turning totals on using Group By for the 1st two fields and Avg
for the last field but the query complains that it is an Invalid procedure
call.
Thanks,
Paul