Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,

I have a table

VB
date            | ProjectID| hours | Task
----------------------------------------------------------
2012-01-01 1:00 | 1    | 10               | Coding
2012-01-01 1:00 | 2    | 10               | Design
2012-01-21 2:00 | 1    | 1                | R&D
2012-01-01 2:00 | 2    | 9                | Support
2012-01-01 3:00 | 1    | 3                | Design
2012-02-30 3:00 | 1    | 3                | Coding



i want to display like this

Project-1
total hours : 17
Date : 2012-01-01 1:00 - 2012-02-30 3:00
Task : Coding,R&D, Design

Any help will be appreciated....

Regards
Chinnu
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900