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!
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!