I am very new to VB and I have been tasked with writing a program for my work. I have an MS access DB and in the program I have a gridView.
I created a refresh button but I can't seem to get it to update anything. The database is on a network drive. When I restart the program it gets the data but will not refresh.
Any ideas how to make this work?
When click on the "Refresh Button" that you have created. Call the bindgrid() function. It should go database get the data and bind to the datagrid again.