MouseWheel

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

Guest

I have a subform on a Contact Lookup form. Subform is tied into a secondary
address if the contact has one. When the user clicks into the secondary
address subform and uses the mousewheel it scrolls records on that form. I
want to know how/if on the event in the subform to scroll the records in the
mainform. I tried the setfocus of the main form, but that doesn't work. Any
suggestions?
 
I got it to work by setting the focus to a control that is not visible to the
user because it has a width and height of 0. It's just slow on the loading
when it scrolls back and forth.
Thanks and sorry if you looked at this post.
 
Back
Top