OnCurrent executes multiple times

alphaex32

New member
Local time
Today, 15:19
Joined
Aug 18, 2005
Messages
7
I have a macro in the OnCurrent event of a subform which updates a query when the user switches to a different record. The problem is that it slows everything down because the OnCurrent macro seems to be executing about three times after each record change. I checked all of my related macros to make sure there was nothing that could be causing a loop, and everything should be fine. Is the OnCurrent event continous for some reason? How can I get the macro to execute only once?
 
Last edited:

Users who are viewing this thread

Back
Top Bottom