J
Junior
I have a cbo box and trying to use the value of col(3) in an if statement
Error returned
'Invalid procedure call or argument
strPLic = Nz(Me!cboAppPos.Column(3), "ZZ")
If strPLic = "L" And strLic <> "Y" Then
MsgBox "This position requires a current license ", , vbCritical,
"Licensure Alert"
End If
how should/can I get the value??
Thanks
Error returned
'Invalid procedure call or argument
strPLic = Nz(Me!cboAppPos.Column(3), "ZZ")
If strPLic = "L" And strLic <> "Y" Then
MsgBox "This position requires a current license ", , vbCritical,
"Licensure Alert"
End If
how should/can I get the value??
Thanks