A
Aaron G
Hi all,
Using 2003 - I'm working with three forms. "Main", "JournalSub" and
"JournalPopup". JournalSub is a subform of Main. I want to be able to click
a button on the JournalSub that brings up the data entry popup JournalPopup
for entering new journal records.
I've read though this forum and found that I should add code to the
"BeforeInsert" to the effect of:
Me.MainID = Forms!Main!MainID
This doesn't seem to be working. Could it be the fact that I'm trying to
open from a subform?
TIA
Aaron G
Philadelphia, PA
Using 2003 - I'm working with three forms. "Main", "JournalSub" and
"JournalPopup". JournalSub is a subform of Main. I want to be able to click
a button on the JournalSub that brings up the data entry popup JournalPopup
for entering new journal records.
I've read though this forum and found that I should add code to the
"BeforeInsert" to the effect of:
Me.MainID = Forms!Main!MainID
This doesn't seem to be working. Could it be the fact that I'm trying to
open from a subform?
TIA
Aaron G
Philadelphia, PA