On a form, I have a tab control that has two pages (Main and Pictures). The second page contains a subform that displays pictures of the object described on the Main page of the tab control. The problem I'm noticing is that when I view the form or move from record to record the OnCurrent event of the subform on the Picture tab runs runs twice before the OnCurrent event on the primary form fires. So the image gets loaded twice, error messages show twice, etc. When I just cycle through the pictures on the Picture tab, the subform OnCurrent event fires just once as expected, but if I change records on the Main form, the subform OnCurrent event fires twice.
Can anyone explain what is going on and how to fix it?
Thanks!
dftjsn
Can anyone explain what is going on and how to fix it?
Thanks!
dftjsn