D
Duncan Edment
I have a form which has a sub-form within it. The sub-
form has its "On Current" event property set to a valid
procedure within the code module. However, when I display
the form, and subsequently the sub-form, the event
procedure is not called. However, two calculated fields
on the sub-form are populated with valid data--data which
can only be calculated in the "On Current" event
procedure!!! Yet, if I set a breakpoint within the "On
Current" event, it does not get called!!
What gives?
Duncan
form has its "On Current" event property set to a valid
procedure within the code module. However, when I display
the form, and subsequently the sub-form, the event
procedure is not called. However, two calculated fields
on the sub-form are populated with valid data--data which
can only be calculated in the "On Current" event
procedure!!! Yet, if I set a breakpoint within the "On
Current" event, it does not get called!!
What gives?
Duncan