G
Guest
I have a form that displays records from a query. The form is "continuous"
and I have an event procedure written for the "On Current" event, which
should fire when the record changes. I'm manipulating the dynaset columns to
populate unbound controls in the form. However, the event fires on the first
record but not the others. If I switch to a single record form and step
through each record the procedure works fine. How can I get the event to fire
with every record using a continuous form?
and I have an event procedure written for the "On Current" event, which
should fire when the record changes. I'm manipulating the dynaset columns to
populate unbound controls in the form. However, the event fires on the first
record but not the others. If I switch to a single record form and step
through each record the procedure works fine. How can I get the event to fire
with every record using a continuous form?