Hi,
I was just wondering how to delete a specific record out of only one table in a database that has multiple tables. Is there any way to do that? Ive tried it but the only thing that i figured out how to do is delete a record out of an entire recordset...recordsetname.delete . This, however, deletes the first record of all of the other tables, not just the record in the specific table that im interested in deleting.
suppose i have a table called table1 and a record in that table that i want to delete,
thanks guys
I was just wondering how to delete a specific record out of only one table in a database that has multiple tables. Is there any way to do that? Ive tried it but the only thing that i figured out how to do is delete a record out of an entire recordset...recordsetname.delete . This, however, deletes the first record of all of the other tables, not just the record in the specific table that im interested in deleting.
suppose i have a table called table1 and a record in that table that i want to delete,
thanks guys