I've been reading other posts that are similar to my problem, but I'm still left with a few questions to get me started. This is the post where you can find my source of information so far.....
http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=17031
I have three forms. One form and the other two are basically "sub" forms, but are just linked to a primary key value from each form:
Primary Key- Clearance ID
Clearance ID Search Form (main form)
Clearance Work Order Form (linked form)
Clearance Tag Form (linked form)
With me so far? I know I have to have three different append queries (one for each table) and I have those set up accordingly. (Well I hope I have them set up right....I just don't know how to use them yet.) In the post that I've referrenced to above, it mentions that the queries will need two parameters an OldSite and a NewSite. This is where I'm confused.... Do I set these up as fields in the queries? And how do I set up their 'criteria' and 'append to' ? I basically want a button on the main form ("Copy Clearance" button) that will copy that record and all of the records that are associated with the work orders and tags to a new Clearance ID. Then I want the main form to pop up with this new record, and have buttons on that form where you can click and see the work orders form or click and see the tags form. My next question: Will I need three different forms for these records to display in? Could someone point me in the right direction. I think I've found what I'm needing on another post.... I just don't know where to start! Any help, would be greatly appreciated!!

http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=17031
I have three forms. One form and the other two are basically "sub" forms, but are just linked to a primary key value from each form:
Primary Key- Clearance ID
Clearance ID Search Form (main form)
Clearance Work Order Form (linked form)
Clearance Tag Form (linked form)
With me so far? I know I have to have three different append queries (one for each table) and I have those set up accordingly. (Well I hope I have them set up right....I just don't know how to use them yet.) In the post that I've referrenced to above, it mentions that the queries will need two parameters an OldSite and a NewSite. This is where I'm confused.... Do I set these up as fields in the queries? And how do I set up their 'criteria' and 'append to' ? I basically want a button on the main form ("Copy Clearance" button) that will copy that record and all of the records that are associated with the work orders and tags to a new Clearance ID. Then I want the main form to pop up with this new record, and have buttons on that form where you can click and see the work orders form or click and see the tags form. My next question: Will I need three different forms for these records to display in? Could someone point me in the right direction. I think I've found what I'm needing on another post.... I just don't know where to start! Any help, would be greatly appreciated!!
