Hi
I have 3 tables called Rc NewApplicants,uploadscvfile and sourcemaster
RcNewapplicant------>applicantid,datasourceid
Uploadcsv-----> uploadcsvid,datasourceid
Sourcemaster---->DataSourcename,commitment
My Requirement is
i want to get the count of applicantid,uploadcsvid and calculate the sum of applicantid,uploadcsvid and group theim by using datasourceid and display the datasourcename from sourcemaster,calaculate the difference between total(i.e sum obtained by grouping) and commitment.Please Help me in this issue.it;s very urgent
vijaya