I'm testing a stored procedure and want to know if I can just select the rows I want to delete and click the delete button. I have 1 record in another table that's a foreign key in this one that I will have to delete first. I want to do this so that I can just test the code a few times with test data.
It's linked in MS Access so I just want to delete them from there like I do with the table I have in Access.
It's linked in MS Access so I just want to delete them from there like I do with the table I have in Access.