hello everyone, i'm a beginning programmer and i need help writing code to delete a row at a time...
i have two tables and where there is a match in one of the columns, i want the row deleted in one of the tables.
I use a "DELETE FROM [] WHERE Value1 = Value2" statement but it deletes all of the records in the table
please help me
i have two tables and where there is a match in one of the columns, i want the row deleted in one of the tables.
I use a "DELETE FROM [] WHERE Value1 = Value2" statement but it deletes all of the records in the table
please help me