Help! I'm doing an Access 2003 database for IT class in Windows XP. We have to pass ALL units or fail the course. So far I'm doing very well but this Access database is not behaving itself and threatens to be the one thing that will fail me.
I have a form with a subform. The subform allows the user to input items for purchase from a table of products then is supposed to add it all up and present me with an order total.
In the Order Details form I have:
OrderNumber
ProductNumber
Quantity
Subtotal =[Quantity]*[Price] - the price is stored on the product info table)
The field names here are the actual names of the control boxes, not the labels. Just to be clear on that.
In the subform footer I have a text box with =Sum([SubTotal]) in it that is supposed to refer to the SubTotal box and give me the grand total for a given numbered order. I check to see it's doing what it's supposed to in the Form View but all I get is £0.00 - what's going wrong?
I've seen this problem in this and other forums and checked from those threads that I'm doing it right and I seem to be but obviously something's not quite right. I'm stumped.