Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Any event called when changing record? 1

Status
Not open for further replies.

krosx

Programmer
Dec 28, 2006
3
CA
Hi

I was given a Access2002 DB to work on and I can't seem to figure out something very simple:

What event, if any, is called when flipping through records using the record selector on the bottom of a form?

Basically every time the record is changed i want to trigger certain events but to be able to do so I need to write functions to be called when the record changes, but I can't seem to find my answer in my (terrible) Access book or MSDN.

Is there an event I can hook into and call my own functions from? Thanks

 
Have you tried the Current event of the form ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top