Please Help!!! Something as simple, yet the hardest to figure out.
Field1 is: "Total Shipment Charge"
Field2 is: "FSC" fuel Surcharge
Field3 is: "Distance"
Field4 is: "ACC" Accessorial
however, this field is a formula (
ACC: IIf(IsNull([Allocated Overwidth Charge Cost])=True,0,[Allocated Overwidth Charge Cost])+IIf(IsNull([Allocated Stop Charge Cost])=True,0,[Allocated Stop Charge Cost])+IIf(IsNull([Allocated Tarp Charge Cost])=True,0,[Allocated Tarp Charge Cost])
Now, Field5 is
CPM_Less_Fsc_Acc: (((([Total Shipment Charge])-[ACC])-([FSC]))/([Distance]))
But everytime I run the query, an applet pops up to tell me to enter the parameter value.
any clue?
thanks
Field1 is: "Total Shipment Charge"
Field2 is: "FSC" fuel Surcharge
Field3 is: "Distance"
Field4 is: "ACC" Accessorial
however, this field is a formula (
ACC: IIf(IsNull([Allocated Overwidth Charge Cost])=True,0,[Allocated Overwidth Charge Cost])+IIf(IsNull([Allocated Stop Charge Cost])=True,0,[Allocated Stop Charge Cost])+IIf(IsNull([Allocated Tarp Charge Cost])=True,0,[Allocated Tarp Charge Cost])
Now, Field5 is
CPM_Less_Fsc_Acc: (((([Total Shipment Charge])-[ACC])-([FSC]))/([Distance]))
But everytime I run the query, an applet pops up to tell me to enter the parameter value.
any clue?
thanks