What event can trigger walking through records via a mouse wheele?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that is populated with a query. When I have a list box on the
form to identify the record to populate the form, I can easily trap the
event. I basically want to make some controls visible or not. When I open
the form and use my mouse wheel to run down through the records, I can't seem
to find a event to triggers a new record is being displayed. Nothing seems
to work via the form, or any of the controls on the form. Not (the update
events), or (any of the focus events), seems to actually trigger that I am
changing any of the records being displayed.... Help.
 
The OnCurrent event of the form will be triggered when you move between records
 

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

Similar Threads


Back
Top