June I had to reopen this one cuz it has to do with the same issue...

The only thing I changed through out the whole code was adding Product Code in the mix (which not sure if works cuz having this issue pop up instead so may want to help me with that part too if you can)..
Code:
Private Sub Product_ID_AfterUpdate()
'Initialize price and discount for each product change
If Not IsNull(Me![Product ID]) Then
Me.Product_ID = Me![Product Code] = True
Me![Quantity] = 0
Me.Quantity.Locked = False
Me!
[List Price] = DLookup(IIf(Forms![Order Details]!TypeID = 1, "
[List Price A] ", "
[List Price B]"), "Products", "ID=" & Me.Product_ID)
Me![Status ID] = None_OrderItemStatus
'Empty Product records mean user wants to delete line item
Else
eh.TryToRunCommand acCmdDeleteRecord
End If
End Sub
Please advise to what happened with that line item Me!
[List Price] as i never even touched it but now having that issue
Thanks in advance once more... :-)
Stephanie