I have an "Order Entry" form with an "Item Detail" Subform in datasheet view. These connect to Order and OrderDetail tables. On the Order Entry form, I have a Category combo box (cmbCategory), an Item combo box (cmbItem), a Quantity textbox (txtQuantity), and an "Add Item" button (btnAddItem). cmbCategory is used to filter the choices in cmbItem. My problem is in passing the values from cboItem and txtQuantity into a new row on my continous subform when the cmdAddItem button is clicked. Any assistance with the code for this step is greatly appreciated!
AaronMV
AaronMV