Locating and Deleting a Record

J

Jim Pockmire

I have a table with 2 columns (with a primary index on both columns). I know
the values of each column for the record that I want to delete. How can I
locate the record and delete it?
 
Top