12
Answers

In C# how to I query from an access database using a Windows Application?

Photo of Bryan Natusch

Bryan Natusch

18y
32.3k
1

ok I have a Windows app thats hooked up to an access database and I want the user to type in a football players name in a textbox, push a button and have it select the players info from the database (first name, last name, number, etc) right now i can see the whole table with all the info filled in on the datagrid when I run the app. I can get everything else to work except the select statement.

Answers (12)