Hi
Access2007
I have a couple of debug points set in my code... one in Form-ApplyFilter and one in Form-Timer.
When I apply a filter the code steps thru' the ApplyFilter event OK but from that point my debug points are ignored... i.e. Access does not step thru'
I have set
Me.Form.OnTimer = "[Event Procedure]"
and
Application.Echo True
explicitly in my ApplyFilter Event to make certain it's not that.
I know it's running the form timer code cos' I've a got diagnostic msgbox in it....even placing the debug on that msgbox does not get Access to step thru'
Any ideas anyone please? THanks
Access2007
I have a couple of debug points set in my code... one in Form-ApplyFilter and one in Form-Timer.
When I apply a filter the code steps thru' the ApplyFilter event OK but from that point my debug points are ignored... i.e. Access does not step thru'
I have set
Me.Form.OnTimer = "[Event Procedure]"
and
Application.Echo True
explicitly in my ApplyFilter Event to make certain it's not that.
I know it's running the form timer code cos' I've a got diagnostic msgbox in it....even placing the debug on that msgbox does not get Access to step thru'
Any ideas anyone please? THanks