G
Guest
For some reason, the following code in my sub form's On Load Event simply
doesn't work:
Private Sub Form_Load()
Me.Filter = [Status] <> "*closed*"
FilterOn = True
DoCmd.Requery
End Sub
Any ideas?
doesn't work:
Private Sub Form_Load()
Me.Filter = [Status] <> "*closed*"
FilterOn = True
DoCmd.Requery
End Sub
Any ideas?