I am stuck on something here and losing hair. I have an unbound text box called "packingfee". I have another text box with a total value in it, let's call it TotalSale.
I have 4 PackingFee prices which are based on values in TotalSale. If the value is <1 PackingFee = 0, if it is between 1 and 1000 then PackingFee is 45, between 1000 and 5000 it is 100 etc.
I have tried Case select, Switch and IIf in the control source of PackingFee. I have also tried it in the afterchange event of TotalSale (where I made PackingFee a bound txtBox to a field in the database). I would prefer to keep it unbound though.
I am not doing very well!
Thanks for any help I might receive!
I have 4 PackingFee prices which are based on values in TotalSale. If the value is <1 PackingFee = 0, if it is between 1 and 1000 then PackingFee is 45, between 1000 and 5000 it is 100 etc.
I have tried Case select, Switch and IIf in the control source of PackingFee. I have also tried it in the afterchange event of TotalSale (where I made PackingFee a bound txtBox to a field in the database). I would prefer to keep it unbound though.
I am not doing very well!
Thanks for any help I might receive!