S
scorpion53061
Guest
Hi all and thank you for your time. I have been studying vb.net for 6 weeks.
My boss asked me to write a program that acts as a timeclock for employees to punch. First let me tell you where I am at.
I am working in visual basic.net. I am building a windows application.
I have a data adaptor, dataset datagrid, and connection all functional on a form which is for my boss to view all time punches. That works great.
My problem is the form where users enter their information. That too has the same adaptor, connection and dataset. When clicking submit, I need the information it has gathered (from the three textboxes and the 3 labels) to be entered into the database as a new record or row. The three textboxes and labels have been bound in the properties section of the database binding.
Thank you for your help.
Below is the code for that form.
My boss asked me to write a program that acts as a timeclock for employees to punch. First let me tell you where I am at.
I am working in visual basic.net. I am building a windows application.
I have a data adaptor, dataset datagrid, and connection all functional on a form which is for my boss to view all time punches. That works great.
My problem is the form where users enter their information. That too has the same adaptor, connection and dataset. When clicking submit, I need the information it has gathered (from the three textboxes and the 3 labels) to be entered into the database as a new record or row. The three textboxes and labels have been bound in the properties section of the database binding.
Thank you for your help.
Below is the code for that form.