This is what I finally ended up using thanks to Naom in the asp.net forums.
SELECT MyTable2.ProjectID, Projects.ProjectName, MyTable2.MgtHrs, MyTable2.RHrs, MyTable2.WHrs, MyTable2.TOTALHOUR, MyTable2.UserNameFrom(SELECT ProjectID, MAX(MgtHrs) as MgtHrs, MAX(RHrs) as RHrs, SUM(WHrs) as...
Ok,
Can you help me take this farther? This query below partially works. The only two problems I have is that I can't return the ProjectName, which I know is easy.
But most importantly, the MgtHrs is showing the Resource hours for the project no matter who the Manager is. I need to show...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.