Now, I am working on the decimal place matter. I try to figure it out too.
But if you read and have a simply solution then please let me know too.
Thanks,
TL
--------------------------------------------
Okay, I have solve my own problem by using the SQL statement below:
SELECT qryTotalCountOfALLStudents.SumOfCountOfDegree_Program,
qryTop10ByInstitutions.[CountOfInstitution_ Name],
Format( qryTop10ByInstitutions.[CountOfInstitution_
Name]/qryTotalCountOfALLStudents.[SumOfCountOfDegree_Program])* 100
AS Percnt
FROM qryTotalCountOfALLStudents, qryTop10ByInstitutions;
> In addition, I would like to know how do you make it round up when it is at
> .5 percent and higher. Ex. 26.3 = 26 but 26.5 is 27.
[quoted text clipped - 14 lines]
> > Can you please help me with this forumla? Thank you.
> > TL
TL - 29 Feb 2008 17:44 GMT
I figured it out. I highlighted in Design View the particular column that
displays the Percnt then I right clicked and went into Properties and set the
"Decimal Place "to zero (0) and set the Format to "Fixed." I guess if you
think through the process then more than likely you will come up with an
answer too.
Thanks for allowing me to express my problem and solution.
TL
> Now, I am working on the decimal place matter. I try to figure it out too.
> But if you read and have a simply solution then please let me know too.
[quoted text clipped - 30 lines]
> > > Can you please help me with this forumla? Thank you.
> > > TL