Fran Lombard
Registered User.
- Local time
- Today, 02:56
- Joined
- Mar 12, 2014
- Messages
- 132
I am having a problem with on of my forms where the SubForms are continuing to fire off the OnCurrent Event long after the form has loaded.
Main form has a Tab Control which contains a subform (datasheet) on each tab.
Each subform has a Public Event defined (CurrentID) which is raised from the SubForms-Form_Current Event.
This event is captured on the Main Form and used to Set the value of a Combo box.
For some reason the events continue to fire every 1/2 second or so.
Anyone have an idea what could be causing this?
Main form has a Tab Control which contains a subform (datasheet) on each tab.
Each subform has a Public Event defined (CurrentID) which is raised from the SubForms-Form_Current Event.
This event is captured on the Main Form and used to Set the value of a Combo box.
For some reason the events continue to fire every 1/2 second or so.
Anyone have an idea what could be causing this?