I have an event procedure that is run by the Afterupdate property for a control. This procedure captures some variables and drops them in a table.<br>
<br>
I also have a macro that is run by the On Got Focus property for the same control (above) that indents and changes the color of the activecontrol.<br>
<br>
Right now the macro fails if you update this control, it does not fail otherwise. So the Afterupdate property event procedure is causing the macro to fail--I'm not sure why?? What happens to the focus when an event procedure is run?<br>
<br>
Any ideas?
<br>
I also have a macro that is run by the On Got Focus property for the same control (above) that indents and changes the color of the activecontrol.<br>
<br>
Right now the macro fails if you update this control, it does not fail otherwise. So the Afterupdate property event procedure is causing the macro to fail--I'm not sure why?? What happens to the focus when an event procedure is run?<br>
<br>
Any ideas?