Hi
Hoping someone can help with this problem. I have the following code on frmpricing when the record is saved.
For Each Ctl In Me.Controls
If Ctl.Tag = "QuoteLine" Then
If Ctl.Value > 0 Then
iProductID = DLookup("[ProductID]", "tblpricelist", "[FormName] = '" & Ctl.Name & "'")...