Hi all.
I'm fairly new to access (97) programming so please forgive me if this
has been asked a thousand times.
I have a two forms: Form A open forms B by a button/control (form B
enters additional information as required by the user). I need both
forms to share the same (open) record. Form B is not a subform because
both forms were designed independantly. Basically, the two forms cover
all the fields of the record bewteen them and the only reason that two
forms are being used is because of screen real estate.
How do I pass data between the two forms and the same record without
using Global variables or a subform?
Thanks,
Clive
I'm fairly new to access (97) programming so please forgive me if this
has been asked a thousand times.
I have a two forms: Form A open forms B by a button/control (form B
enters additional information as required by the user). I need both
forms to share the same (open) record. Form B is not a subform because
both forms were designed independantly. Basically, the two forms cover
all the fields of the record bewteen them and the only reason that two
forms are being used is because of screen real estate.
How do I pass data between the two forms and the same record without
using Global variables or a subform?
Thanks,
Clive
Comment