lloydmav
Registered User.
- Local time
- Today, 10:02
- Joined
- Nov 15, 2002
- Messages
- 75
Lets say I have two tables, table 1 and table 2.
I want to delete all the records in table 2 whose Action_Plan_ID field = "12"(12 just an example)
Then I want go to every record in Table 1 and if the Action_Plan_ID field in there = "12" I want to add all those records to Table 2.
I need to beable to do all this by the click of a button.
Can anyone give me the code for doing that
Thanks
I want to delete all the records in table 2 whose Action_Plan_ID field = "12"(12 just an example)
Then I want go to every record in Table 1 and if the Action_Plan_ID field in there = "12" I want to add all those records to Table 2.
I need to beable to do all this by the click of a button.
Can anyone give me the code for doing that
Thanks