Bindingnavigator delete
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am using the bindingnavigator delete to delete a record from an access db table using visual studio defaults. The record will delete from the db but when the form and bindingnavigator refreshes it deletes the record then refreshes to the bound data set minus the last record. eg records 1 of 3, delete record 3, form now shows 1 of 1. I have set up another button to list data in dataset and it shows the two remaining records. How do i get the form to show the correct number of records? Thanks.