T
tech.rawsteak
i have a form that takes in orders by means of a subform datasheet.
the order subform takes in an item name, unit qty, cost, and total
cost which is unit qty * cost. the subform and the order form are
linked via the order number.
the problem is when you enter an item for the first time in the order
subform and then go to add another item. the item disappears from the
orderform, but only visually. the item still appears on the "items
ordered" table with the order numbers intact, and any subsequent
additions to the order are added to the table as well, but except for
the first order that is "deleted," all the orders appear on the order
form.
so then my question becomes, how do i get the subform to not refresh?
if the data is being saved, is there a way to requery the datasheet
subform and bring back all the rows with the same order number and
then continue to accept new item orders?
the order subform takes in an item name, unit qty, cost, and total
cost which is unit qty * cost. the subform and the order form are
linked via the order number.
the problem is when you enter an item for the first time in the order
subform and then go to add another item. the item disappears from the
orderform, but only visually. the item still appears on the "items
ordered" table with the order numbers intact, and any subsequent
additions to the order are added to the table as well, but except for
the first order that is "deleted," all the orders appear on the order
form.
so then my question becomes, how do i get the subform to not refresh?
if the data is being saved, is there a way to requery the datasheet
subform and bring back all the rows with the same order number and
then continue to accept new item orders?