Hi I have a database that has two tables in it. One table has all of the data in it, when someone searches the table for information it appends the appropriate records to the second table to view on a seperate form. My question is how do i delete a record from both tables? I can delete it from one but not both. The commands i am using are:
DoCmd.RunCommand acCmdSelectRecord
DoCmd.RunCommand acCmdDeleteRecord
DoCmd.RunCommand acCmdSelectRecord
DoCmd.RunCommand acCmdDeleteRecord