A
acitarella
I have run the following "event procedure" from a combo box and am
getting a "data type mismatch error: 3464"
Private Sub ModelRetailPrice_AfterUpdate()
Forms![frmQuotes]!ModelRetailPrice = DLookup("ModelretailPrice",
"tblModel", "ModelID = " & Forms![frmQuotes]!ModelID)
End Sub
I am trying to populate the field [frmQuotes]!ModelRetailPrice with
the ModelRetailPrice from the tblModel based upon the ModelID input on
the [frmQuotes]!ModelID.
Thank you.
Alberto
getting a "data type mismatch error: 3464"
Private Sub ModelRetailPrice_AfterUpdate()
Forms![frmQuotes]!ModelRetailPrice = DLookup("ModelretailPrice",
"tblModel", "ModelID = " & Forms![frmQuotes]!ModelID)
End Sub
I am trying to populate the field [frmQuotes]!ModelRetailPrice with
the ModelRetailPrice from the tblModel based upon the ModelID input on
the [frmQuotes]!ModelID.
Thank you.
Alberto