Hello,
I'm encountering an issue that I would like your help with. I'm using some textbox fields in a form in order to perform some calculations. fields are Qty / unit price / discount / total. for discount i'm using a dlookup as a control source and for total i'm using =[Price]*((100-[Discount])/100)*[QTY]. They both work without issues. When though I try to create a subtotal that would need the sum function along with the above, Access can't calculate. I'm guessing that this has to do with dlookup.
Any thoughts?
Thanks!