I am using VB.Net 2003 with an Access 2000 database. The program contains three options for the content of a DataGrid, each from a different table. I have finished programming the DataGrid which loads as the default when the program starts.
When I run the program the DataDrid appears, but it is empty, except for a small box with a "+" in it. I click the + and the table name appears, I click the table name and the DataGrid is populated exactly as I wanted it.
My problem is that I don't want a User to have to do that, I want the DataGrid populated when the program loads. I have tried to find some reference to this problem, but can't.
Does anyone have any suggestons?
When I run the program the DataDrid appears, but it is empty, except for a small box with a "+" in it. I click the + and the table name appears, I click the table name and the DataGrid is populated exactly as I wanted it.
My problem is that I don't want a User to have to do that, I want the DataGrid populated when the program loads. I have tried to find some reference to this problem, but can't.
Does anyone have any suggestons?