B
BardsSweetie
Hi all,
I have 3 tables (and forms) - tblFee6, tblFee61 & tblFee62. They all have
the same fields - MinAmount & Fee.
Each Fee field in each form has to have a different calculation based on an
EndingBid. (Is this right? I have to do the expressions in Control Source in
the Form?)
Ex 1: EndingBid is $9.99 - I need the FinalValueFee to be EndingBid*.0525.
Ex 2: EndingBid is $30.00 - I need the FinalValueFee to be
EndingBid*.0275+1.31
Ex 3: EndingBid is $1500.00 - I need the FinalValueFee to be
EndingBid*.0150+28.12.
I couldn't figure out how to get the three different calculations in the
same place so I separated them. If someone could help and let me know what
I'm doing wrong, it would be appreciated.
Do I need to enter all calculations into one Query and base my AfterUpdate
on that query?
In the Forms tblFee6, tblFee61 & tblFee62 All the expressions work nicely -
IN THE FORM.
How can I get the FinalValueFee to work by choosing which calculation to
perform based on the EndingBid?
You guys have been great!!
Thanks,
Kathleen
I have 3 tables (and forms) - tblFee6, tblFee61 & tblFee62. They all have
the same fields - MinAmount & Fee.
Each Fee field in each form has to have a different calculation based on an
EndingBid. (Is this right? I have to do the expressions in Control Source in
the Form?)
Ex 1: EndingBid is $9.99 - I need the FinalValueFee to be EndingBid*.0525.
Ex 2: EndingBid is $30.00 - I need the FinalValueFee to be
EndingBid*.0275+1.31
Ex 3: EndingBid is $1500.00 - I need the FinalValueFee to be
EndingBid*.0150+28.12.
I couldn't figure out how to get the three different calculations in the
same place so I separated them. If someone could help and let me know what
I'm doing wrong, it would be appreciated.
Do I need to enter all calculations into one Query and base my AfterUpdate
on that query?
In the Forms tblFee6, tblFee61 & tblFee62 All the expressions work nicely -
IN THE FORM.
How can I get the FinalValueFee to work by choosing which calculation to
perform based on the EndingBid?
You guys have been great!!
Thanks,
Kathleen