J
James Bennett
Has anyone experienced the OnCurrent event firing twice
for a subform and figured out why this is happening? I
have a main form with a subform on it that are linked via
the Master/Child property. The data for both forms comes
from linked tables to another Access db. (not the cause
from what I can tell). There is no code in either form
except for the Debug.Print "OnCurrent for" & Me.Name
statement I have in both OnCurrent events.
This outputs:
OnCurrent for TestSub
OnCurrent for TestSub
OnCurrent for TestMain
Any ideas would be greatly appreciated.
for a subform and figured out why this is happening? I
have a main form with a subform on it that are linked via
the Master/Child property. The data for both forms comes
from linked tables to another Access db. (not the cause
from what I can tell). There is no code in either form
except for the Debug.Print "OnCurrent for" & Me.Name
statement I have in both OnCurrent events.
This outputs:
OnCurrent for TestSub
OnCurrent for TestSub
OnCurrent for TestMain
Any ideas would be greatly appreciated.