G
Guest
I have a main form with successive pop-up forms opened by command buttons
that use the docmd.openform command with the Wherecondition set to "[MainID]
= me.mainID".
Each of the pop-up forms opens correctly if there is an existing record.
However, if the child table doesn't have a record yet, how can I ?
A) check to see if there is a record (newrecord isn't set to yes when the
blank form is opened)
and
B) set the hidden textbox containing the Key [mainID] to the value of the
parent
Cheers,
Gordzilla
that use the docmd.openform command with the Wherecondition set to "[MainID]
= me.mainID".
Each of the pop-up forms opens correctly if there is an existing record.
However, if the child table doesn't have a record yet, how can I ?
A) check to see if there is a record (newrecord isn't set to yes when the
blank form is opened)
and
B) set the hidden textbox containing the Key [mainID] to the value of the
parent
Cheers,
Gordzilla