where is record-change-event??

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.
 
R

RoyVidar

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top