Hi,
The attached database has a query named qryInsuranceReport. I'm trying to update the column in that query named Broker Charge PCT. I'm using the update query named qryUpdateBrokerChargePCT to do this but it isn't working. The formula is
. It looks like it should be working but all I'm getting is either 100% or 0% so something is wrong. I have been able to use this to perform subtraction functions but I guess I'm doing something wrong with the divison part.
Any thoughts are most welcome.
Thank you
Eddie.
The attached database has a query named qryInsuranceReport. I'm trying to update the column in that query named Broker Charge PCT. I'm using the update query named qryUpdateBrokerChargePCT to do this but it isn't working. The formula is
PHP:
qryInsuranceReport![Broker Charge]/qryInsuranceReport![Broker Total Invoice Amt]
Any thoughts are most welcome.
Thank you
Eddie.