I have a form that is an Order Form. The subform is where the user would enter the item they want to order. The subform is in datasheet view. The fields are:
SKU (Combobox)
Product Name
Unit Price
Quantity
Total Price (which calculates the sum of that line)
Only one line is showing right now. I want a new line to appear when the user hits enter in the Total Price field so they can enter another item. I have searched help and the how to section but maybe I'm looking for the wrong thing. I don't have any code in the AfterUpdate field which I'm thinking I need to put something but don't know what.
Also the Unit Price which is automatically filled from the combobox is displaying 4.5 even though the query it is coming from displays $4.50. I couldn't find anything on this one either.
One more question is where should I look to find out how to update an Orders table after the order is submitted so that I can track all the orders?
Let me know if you need more info
Thanks
SKU (Combobox)
Product Name
Unit Price
Quantity
Total Price (which calculates the sum of that line)
Only one line is showing right now. I want a new line to appear when the user hits enter in the Total Price field so they can enter another item. I have searched help and the how to section but maybe I'm looking for the wrong thing. I don't have any code in the AfterUpdate field which I'm thinking I need to put something but don't know what.
Also the Unit Price which is automatically filled from the combobox is displaying 4.5 even though the query it is coming from displays $4.50. I couldn't find anything on this one either.
One more question is where should I look to find out how to update an Orders table after the order is submitted so that I can track all the orders?
Let me know if you need more info
Thanks
Comment