VBA code in the load event to check if a form is loaded. I get error 424 on the line, but there is a form.
-
Private Sub Form_Load()
-
If frmwip.IsLoaded Then
-
MsgBox ("Make sure to enter a Sale Invoice Number")
-
End If
-
End Sub
-
frmwip is in the project window