M
Mercy
Hello! Merry Christmas!
Below is a simplified illustration of what I want to do.
I have Form A with fields:
Key fields:
PO#
ClientName
Other fields:
Other stuff...
Form A has quite a few subforms which are linked to Form
A via the PO#
I want to have the option to Duplicate Form A and all its
subforms, but change the PO#. I could just use the
Duplicate option that those Command Buttons offer. But
that doesn't really solve the problem because I will lose
all the data in the subforms after I change the value of
the PO#.
Here's an example of what I want to do:
Form A
PO#: N5
Client Name: Larry
Subform1
N5 Red
N5 Blue
N5 Green
Subform2
N5 Data1
N5 Data2
I want to be able to duplicate the Data and result in
PO#: N5-1
Client Name: Larry
Subform1
N5-1 Red
N5-1 Blue
N5-1 Green
Subform2
N5-1 Data1
N5-1 Data2
I'd appreciate any help!
Below is a simplified illustration of what I want to do.
I have Form A with fields:
Key fields:
PO#
ClientName
Other fields:
Other stuff...
Form A has quite a few subforms which are linked to Form
A via the PO#
I want to have the option to Duplicate Form A and all its
subforms, but change the PO#. I could just use the
Duplicate option that those Command Buttons offer. But
that doesn't really solve the problem because I will lose
all the data in the subforms after I change the value of
the PO#.
Here's an example of what I want to do:
Form A
PO#: N5
Client Name: Larry
Subform1
N5 Red
N5 Blue
N5 Green
Subform2
N5 Data1
N5 Data2
I want to be able to duplicate the Data and result in
PO#: N5-1
Client Name: Larry
Subform1
N5-1 Red
N5-1 Blue
N5-1 Green
Subform2
N5-1 Data1
N5-1 Data2
I'd appreciate any help!