I really need some help on starting a new project. this project will keep track of comp. time earned and taken by employees.

I have a database on a SQL-SERVER that has two tables called
Comp-time with fields like Name,Date, taken, Earned, reason,By and another table Summary with fields Name, earned, used.

I need to design a VB project that will allow me to insert and update data on the comp_time table and the totals of earned, used will be reflected on the summary table.

I will then have to design something in VB that will give me the name, date, earned/taken, hours.

Any help will be appreciated.

Thank you.