Good Afternoon,
I'm currently undertaking a database and I've finally got to point of needed assitance!
I basically need to dublicate a Record on a form (Which I can do) but the bit i can't do is to dublicate a child form that links to this form.
Here is my database layout I have:
PRC_Partslist
>Subform< -PRC entry (This is the record I dublicate)
Which consists of
-PRC_Number (autonumber)
-Part Number
-Description etc etc...
Now I have a form related to this which called Procedures (This is the one I'm having problems with)
and this consists of
-Prc_Number(Number) [table linked together via this field]
-Op Number
-Op Name
-Name etc etc
The operation of the database is as follows,
A part number is searched for and then a PRC is added to that number. Everytime a product is manufactured, it is given a PRC number, and then a list processes is given to state what process the part undergoes when being manufactured... engraving, laser cut etc. (allowing us to control the manufacture process)
Now fast forward a 2months time and we want to manufacture the part again, we will need to give it a new PRC number, but everything else will be exactly the same, so i've made a dublicate button by following this guide
http://support.microsoft.com/?kbid=208824
but i can't it to update my procedures form, i'm guessing as its because its not actually a subform.
Everytime I dublicate the record and the procedures record, it adds another PRC record under the part number, which works well as it issues a new prc number etc, but intead of copy the procedures to the new PRC number, it just appends them to orignal PRC.
I appologise if this is long winded, but I've tried to be as thorough as possible!
Anyhelp will be very much appreciated!
Regards
Stuart
I'm currently undertaking a database and I've finally got to point of needed assitance!
I basically need to dublicate a Record on a form (Which I can do) but the bit i can't do is to dublicate a child form that links to this form.
Here is my database layout I have:
PRC_Partslist
>Subform< -PRC entry (This is the record I dublicate)
Which consists of
-PRC_Number (autonumber)
-Part Number
-Description etc etc...
Now I have a form related to this which called Procedures (This is the one I'm having problems with)
and this consists of
-Prc_Number(Number) [table linked together via this field]
-Op Number
-Op Name
-Name etc etc
The operation of the database is as follows,
A part number is searched for and then a PRC is added to that number. Everytime a product is manufactured, it is given a PRC number, and then a list processes is given to state what process the part undergoes when being manufactured... engraving, laser cut etc. (allowing us to control the manufacture process)
Now fast forward a 2months time and we want to manufacture the part again, we will need to give it a new PRC number, but everything else will be exactly the same, so i've made a dublicate button by following this guide
http://support.microsoft.com/?kbid=208824
but i can't it to update my procedures form, i'm guessing as its because its not actually a subform.
Everytime I dublicate the record and the procedures record, it adds another PRC record under the part number, which works well as it issues a new prc number etc, but intead of copy the procedures to the new PRC number, it just appends them to orignal PRC.
I appologise if this is long winded, but I've tried to be as thorough as possible!
Anyhelp will be very much appreciated!
Regards
Stuart