Checkbox control and forms

N

NewToVB

I have a database with a few different tables but each table is pretty much
the same. The tables have a set of tasks in the cells in Column A (a daily
routine to be completed). All other columns in cell 1 have a number 1-31 for
each day of the month. I'm trying to create a windows application (I'm using
Visual Studio) that as soon as it comes up asks for the users initials, then
goes to the main form with a list of tasks that comes from one of the tables
(I guess I'll connect using datagrid view for the rows?), beside each task
there will be a check box and when the user checks the check box I want the
control to enter their initials into the database. Any ideas on the best way
of doing this? Thanks in advance!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top