B
Bill
I posted this in the general discussion group but no
takers, hope someone here can help me. Thanks:
How would I go about copying records from a "parent" to
a "child" record. There's been a recent change in
procedures whereby a PRODUCT can be processed up to
certain point and then it can be split into child PRODUCTS.
The data collected up to this point from the parent needs
to be inherited by the child and added as a new PRODUCTID
in the Products table. This needs to be a seamless type of
activity for the user. If I create a form for "splitting"
a Product, is it possible to enter the new ProductID and
the ParentID and then have a query pull the parent history
and append this new info to the PRODUCTS table. Would that
require extensive VBA knowledge? Some detailed help would
be greatly appreciated, I'm feeling overwhelmed by this.
takers, hope someone here can help me. Thanks:
How would I go about copying records from a "parent" to
a "child" record. There's been a recent change in
procedures whereby a PRODUCT can be processed up to
certain point and then it can be split into child PRODUCTS.
The data collected up to this point from the parent needs
to be inherited by the child and added as a new PRODUCTID
in the Products table. This needs to be a seamless type of
activity for the user. If I create a form for "splitting"
a Product, is it possible to enter the new ProductID and
the ParentID and then have a query pull the parent history
and append this new info to the PRODUCTS table. Would that
require extensive VBA knowledge? Some detailed help would
be greatly appreciated, I'm feeling overwhelmed by this.