where is record-change-event??

  • Thread starter Thread starter mg
  • Start date Start date
M

mg

I want things to happen each time a record is loaded onto the form.but i
cant find the event to place my code into---

eg//
when form loads, it loads record#1, and i want certain things to happen
when user clicks on the access controls to move forward or backward through
the recordset, i want certain things to happen when those records are loaded
onto the form

i dont see where the event is when this occurs.. i tried onpaint, but is
occurs way too often.
 
mg said:
I want things to happen each time a record is loaded onto the
form.but i cant find the event to place my code into---

eg//
when form loads, it loads record#1, and i want certain things to
happen
when user clicks on the access controls to move forward or backward
through the recordset, i want certain things to happen when those
records are loaded onto the form

i dont see where the event is when this occurs.. i tried onpaint,
but is occurs way too often.

The On Current event of the form occurs each time you move to a
record.
 
Back
Top