Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Advanced listview

Status
Not open for further replies.
May 22, 2006
16
MY
hi,

Everyone know how to create the daily employees OverTime hour report in listview which mean the listview must included with some columns eg: Name, Age, Day1, Day2....... Day31!

So, the output is something like this:

Name Month Day1 Day2 Day3 ........ Day31
Steven 12 1hour 2hour 0.5hour 1 hour
Marry 12 5hour 1hour 2 hour 3 hour
. . . . . .
. . . . . .


now i use this is in microsoft excel to record daily employees OverTime hour!
I have this idea but i don't how to create it to become a system and store it in databases.
So, have any idea on this? Please help!

Thanks

Regards,
charles

 
What do you want exactly: Excel file export to database or create forms in VB, accept user input and store it in database?
If you have all the files ready in Excel...you can simply export them to your DB. If you want to create new application for this, then using forms accept the input and update the DB.

Sharing the best from my side...

--Prashant--
 
Thanks for you reply, pgorule!!!

Actually, i want create a new application which using the vb.net with m.access and the output record is look something like the "calendar" but it is using the "listview " to list the everyday record data for each employee!



Thank you!


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top