G
Guest
I have several forms which contain either a tab control with a large number
of controls on each tab or just a single form with a large number of
controls.
Please do not comment that I should break these up into multiple forms. In
some cases it’s just not an option.
Given Access 2003 Runtime and somewhat current workstations, what is the
current thought about:
Opening these forms in the startup routine and keeping them invisible until
needed?
Opening / Closing each form as needed?
Open each form as needed and making them invisible. In case of returning to
the form it is just a matter of navigating to the correct record and make the
form visible.
Please do not comment that I should break these up into multiple forms. In
some cases it’s just not an option.
of controls on each tab or just a single form with a large number of
controls.
Please do not comment that I should break these up into multiple forms. In
some cases it’s just not an option.
Given Access 2003 Runtime and somewhat current workstations, what is the
current thought about:
Opening these forms in the startup routine and keeping them invisible until
needed?
Opening / Closing each form as needed?
Open each form as needed and making them invisible. In case of returning to
the form it is just a matter of navigating to the correct record and make the
form visible.
Please do not comment that I should break these up into multiple forms. In
some cases it’s just not an option.