M
Max Moor
Hi All,
I want to use Stephen Lebans' custom scroll bar control to scroll a
FlexGrid control. Within my application, I'll have a few different forms
using his control this way.
Desiring to reduce repeated code, I know I can create a module with all
the functional code in it, then call those functions from the events
generated in each form on which the control is used.
Is there a better way to encapsulate the code for the custom scroll bar
(really a set of four command buttons), then include it more cleanly into the
forms where the custom control is used?
Ultimately, out of my desire to be a better Access programmer, I want
to know if there is a "best practice" I should be using here, that would
minimize code redundancy and make the interface to the custome control most
efficient.
Thanks,
Max
I want to use Stephen Lebans' custom scroll bar control to scroll a
FlexGrid control. Within my application, I'll have a few different forms
using his control this way.
Desiring to reduce repeated code, I know I can create a module with all
the functional code in it, then call those functions from the events
generated in each form on which the control is used.
Is there a better way to encapsulate the code for the custom scroll bar
(really a set of four command buttons), then include it more cleanly into the
forms where the custom control is used?
Ultimately, out of my desire to be a better Access programmer, I want
to know if there is a "best practice" I should be using here, that would
minimize code redundancy and make the interface to the custome control most
efficient.
Thanks,
Max