T
Ted
I am trying to open a alert form if a CategoryID is equal
to "C" (which is populated in a combo box in the form i'm
working in) I can't get it to work. Please look at this
code and tell me which direction I should head.
Private Sub Form_Current()
Dim stDocNameTed As String
stDocNameTed = "ArtHoldFrm"
If CategoryID.Value = "C" Then //problem
DoCmd.OpenForm stDocNameTed
End If
End Sub
Thanks,
Ted
to "C" (which is populated in a combo box in the form i'm
working in) I can't get it to work. Please look at this
code and tell me which direction I should head.
Private Sub Form_Current()
Dim stDocNameTed As String
stDocNameTed = "ArtHoldFrm"
If CategoryID.Value = "C" Then //problem
DoCmd.OpenForm stDocNameTed
End If
End Sub
Thanks,
Ted