Sorry if this confuses anyone,
I am doing time sheets where data is taken in through ASP and stored in an Access database. There is then a VB app which takes the data from access manipulates it and puts it in a templated Excel Spreadsheet.
My problem is in exporting to Excel I have a list of people horizontally and the projects down the left side vertically, both in alphanumeric order (yeah right!)
Is the best way to do this to print both the stationary vertical and horizontal columns and then figure out the totals in between from a variable assinged to the position ... or as I am filling in the people total as I go and for first person fill in projects column. (Not ever person works on same projects and some may not work on any projects but have admin time and they are entered in no particular order in the database (datewise but it doesnt really help)
Any thoughts would be greatly appreciated as I am having a hard time getting my head around the complete picture and in adding new parts I break an existing one
(basically I get names across top and then cant get the projects to not show up duplicates or totals come out wrong, flipside I get projects down the side and the people come out in duplicates)
Joanne
I am doing time sheets where data is taken in through ASP and stored in an Access database. There is then a VB app which takes the data from access manipulates it and puts it in a templated Excel Spreadsheet.
My problem is in exporting to Excel I have a list of people horizontally and the projects down the left side vertically, both in alphanumeric order (yeah right!)
Is the best way to do this to print both the stationary vertical and horizontal columns and then figure out the totals in between from a variable assinged to the position ... or as I am filling in the people total as I go and for first person fill in projects column. (Not ever person works on same projects and some may not work on any projects but have admin time and they are entered in no particular order in the database (datewise but it doesnt really help)
Any thoughts would be greatly appreciated as I am having a hard time getting my head around the complete picture and in adding new parts I break an existing one
Joanne