Hi Guys,
So im trying to make a simple calculation in my order form which is in datasheet mode (if that makes any difference)
So its very simple stuff, my goal is (qty * (item price + extra fee))
So "total preise" works fine, the code is: =[Preis]+[Extra Price]
so for the next but, to multiply by the qty i have inserted: =[total preis]*[Anzahl] but I get this weird answer, as seen in the screenshot next to Text14
I wanted to be able to see the break down of the pricing in the form, thats why i didnt use (qty * (item price + extra fee))...I did try using this too, i got the same weird answer.
I must be overlooking something tiny...any thoughts?
Oh....AND....i would like to add a running total on the side somewhere, this form is actually a subform, so I can I add the running total on the main form?
thanks
So im trying to make a simple calculation in my order form which is in datasheet mode (if that makes any difference)
So its very simple stuff, my goal is (qty * (item price + extra fee))

So "total preise" works fine, the code is: =[Preis]+[Extra Price]
so for the next but, to multiply by the qty i have inserted: =[total preis]*[Anzahl] but I get this weird answer, as seen in the screenshot next to Text14
I wanted to be able to see the break down of the pricing in the form, thats why i didnt use (qty * (item price + extra fee))...I did try using this too, i got the same weird answer.
I must be overlooking something tiny...any thoughts?
Oh....AND....i would like to add a running total on the side somewhere, this form is actually a subform, so I can I add the running total on the main form?
thanks
