S
SusanV
I have inherited a database with several forms which work well together via
button controls, but I would like to streamline things using tab controls.
This is how it works now:
The secondary forms are filtered by the current recordset in the main form,
which is workable but kind of clunky - if a user want to compare this
dataset for another record, they have to close the secondary form, scroll to
the new record on the main form then click the button to get the new records
secondary data. Pain in the butt for sure.
Using tab controls, I can put the main, secondary, tertiary etc forms in one
interface, which is more useful as the user can change recordsets from any
tab. However, when I try to bring the existing forms into the pages, I lose
all the event handling, such as OpenReport or StartDoc or whatnot.
Is there some way to bring my existing forms in without losing the
functionality of all the buttons and other controls? I really don't want to
have to dig through to re-associate (or recreate) all the subs...
Thanks in advance,
Susan
button controls, but I would like to streamline things using tab controls.
This is how it works now:
The secondary forms are filtered by the current recordset in the main form,
which is workable but kind of clunky - if a user want to compare this
dataset for another record, they have to close the secondary form, scroll to
the new record on the main form then click the button to get the new records
secondary data. Pain in the butt for sure.
Using tab controls, I can put the main, secondary, tertiary etc forms in one
interface, which is more useful as the user can change recordsets from any
tab. However, when I try to bring the existing forms into the pages, I lose
all the event handling, such as OpenReport or StartDoc or whatnot.
Is there some way to bring my existing forms in without losing the
functionality of all the buttons and other controls? I really don't want to
have to dig through to re-associate (or recreate) all the subs...
Thanks in advance,
Susan