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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

navigationbuttons

Status
Not open for further replies.

sbdproj

Programmer
Sep 22, 2003
22
NL
Hi, I want to run a sub(cbxGebruiker_Click) when I click on one of the navigationbuttons.
How can I do this?

I've looked for events from the navigationbuttons but I couldn't find them. Anyone any ideas?
 
If you are using the default buttons, call it from the on current event procedure of the form (which occurs when you are at the new record). If you need it to occur prior to leaving the existing record, I think you'll need to create your own buttons (wizard?), and/or investigate the forms before update event.

Roy-Vidar
 
The on current event works fine.
thanx for the quick respond!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top