Gicu, I tried the code and it gave me an error message saying "method or data member not found" for the Me.QtyOrdered. Since this is on the cmd button on the product list subform, there isn't a qtyordered field. I tried doing [forms]![frmItemCartOrdersSubform].[QtyOrdered] but it said it couldn't find referenced field. I then tried it including the main form since its all linked [forms]![frmOrderDetails]![frmItemCartOrdersSubform].[QtyOrdered] but got the same error message. Should I try an invisible dlookup txt box to reference it?