When I try to delete a record using the following code . . .


private Sub mnuPopDelete_Click()
DataEnvironment1.rscmdDepartments.Delete
End Sub




I get the following error . . .

"Row handle referred to a deleted row or a row marked for deletion."

Thanks for any solutions.
John