T
T Miller
I am using an Update Qry I have a field that I need to update that is PO
Price. From this I have two fields that I need to use; i.e. Vendor ID and
Category. The fields are currency that I am removing a % from the field for
PO Price. I am not sure how to set this up in the query. I think it should
be in the update to:
IIF([Vendor ID]='0000000440',[PO Line Price]/1.045, IIF([Category]=8810,[PO
Line Price]/1.003),[PO Line Price]))
What am I missing here? how should the update qry be set up?
Price. From this I have two fields that I need to use; i.e. Vendor ID and
Category. The fields are currency that I am removing a % from the field for
PO Price. I am not sure how to set this up in the query. I think it should
be in the update to:
IIF([Vendor ID]='0000000440',[PO Line Price]/1.045, IIF([Category]=8810,[PO
Line Price]/1.003),[PO Line Price]))
What am I missing here? how should the update qry be set up?