I've decided to write a little check list app for myself while I make leap from VB Script to VB.net -- --. I got the basics working, I'm just having a problem trying to reuse a DataGridView object. I ...
I am trying to display all matching records from an Access2000 database in a Datagrid on a vb.net form. What needs to match is a user selected date. I'm using a DateTimePicker from which I store the ...