From the code below, I’m trying to insert an offending combo value in a msgbox, I think I’m only missing the quotes.
MsgBox “This Part &[cbocode]& Already Exists For This Estimate”, vbCritical, “Duplicate Part”
From the code below, I’m trying to insert an offending combo value in a msgbox, I think I’m only missing the quotes.
MsgBox “This Part &[cbocode]& Already Exists For This Estimate”, vbCritical, “Duplicate Part”
Notifications