Does DataGridView have to connect to database table?

  • Thread starter Thread starter VA_er
  • Start date Start date
V

VA_er

Guest
I am intending to build a small project (front end: Visual Studio C# application; back end: Access database).

I have three tables: UserTable, ScoreTable, DateTable.

I would like DataGridView to display something like attached photo.

Questions:

1) How should I do that? Please advise where I should begin.

2) It seems quite difficult to build a Access query directly, so it is possible to build a blank Access table, then use C# program to fill in the Access table? And DataGridView is connected to the Access table.

3) Actually, I want to build the application with date range selection. For below example, the whole date range is Sep 1 --- Dec 31, and I would allow user to select any date range, such as Oct 3 -- Nov 7.

Please advise how I can proceed.

Thanks.

1619572.jpg

Continue reading...
 
Back
Top