I'm having two issues with scroll bars.
I've Main Form (frmMain) which is just showing two combo boxes to filter results of the sub form. In the main form (frmMain), I've continuous sub form (fsubSchool).
In sub form (fsubSchool), records are showing as Tabular form.
Scroll bars are active on both forms (frmMain & fsubSchool)
Ok the issue is that, When I'm on the main form, and I move through records of the sub form, the horizontal and vertical scroll bar of the main for does not move accordingly. Due to this when I move through records of the sub form using Tab key on keyboard, I've to manually scroll through horizontal bar to see on which record i'm currently on.
2nd issue is that, the scroll bars movement (scrolling) is not so accurate, how to make it real that it should only appear when it's needed & should scroll smoothly.
I hope you got my point.
please guide me how to fix both issues.
waiting anxiously for kind help