A
andrew3254
Hi,
I am trying to apply a filter to a form in a Access 2007 project in VBA.
The filter string is being generated correctly but it is not being applied to
the form.
Here is my code:
strFilter = "projNum = '" & myproj & "' AND period = " & mon
Me.Filter = strFilter
Me.Filter = True
Anyon ehave any ideas?
I am trying to apply a filter to a form in a Access 2007 project in VBA.
The filter string is being generated correctly but it is not being applied to
the form.
Here is my code:
strFilter = "projNum = '" & myproj & "' AND period = " & mon
Me.Filter = strFilter
Me.Filter = True
Anyon ehave any ideas?