K
Kevin
I have some code and what i want it to do is not allow the procedure to
proceed if the value is -1, otherwise it can proceed.
I have attached what i want to do, can someone point me what i need to do
Private Sub JobnumbersID_Exit(Cancel As Integer)
If Me.work_completed = -1 Or Me.work_invoiced = -1 Then ??????
End If
End Sub
proceed if the value is -1, otherwise it can proceed.
I have attached what i want to do, can someone point me what i need to do
Private Sub JobnumbersID_Exit(Cancel As Integer)
If Me.work_completed = -1 Or Me.work_invoiced = -1 Then ??????
End If
End Sub