D
David
I have a DocManager form with a field "MachineNum", this
is the primary key on that form. When I click a button I
want to open a different form (Revision form) that has a
field "MachineNum", which is the foreign key to the form
above. When the Revision form opens I want the foreign
key field "MachineNum" text box to have the text that is
currently in the "MachineNum" text box from the DocManager
form. If I haven't confused you and anyone knows how this
is done can u please tell me. Here is the code I have in
the On Load Revision form Property...
Me.MachineNum.Text = ...
I can't even think of how I would reference and get the
data from the previous forms MachineNum text box.
I am having a big brain fart, any help would be great.
Thanks Dave
is the primary key on that form. When I click a button I
want to open a different form (Revision form) that has a
field "MachineNum", which is the foreign key to the form
above. When the Revision form opens I want the foreign
key field "MachineNum" text box to have the text that is
currently in the "MachineNum" text box from the DocManager
form. If I haven't confused you and anyone knows how this
is done can u please tell me. Here is the code I have in
the On Load Revision form Property...
Me.MachineNum.Text = ...
I can't even think of how I would reference and get the
data from the previous forms MachineNum text box.
I am having a big brain fart, any help would be great.
Thanks Dave