I am coding a program and have this function where i need to delete a record. The current code i have at the moment deletes a record but only deletes the top record but i need it to delete the record the user has selected.
This is the current code:
DailyRoflGamingDatabaseDataSet1.Player.Rows(0).Delete()
Can anyone help me?