I’m trying to get a calculation from two columns each with its own recordset.
Calculation needed in first cell of Mc Percentage:
(76-108)/108 = -29.63%
76 is from the Recordset (Wk) and 108 is from the recordset (PvsWk). Both recordsets pull from Crosstab queries in MS Access.
I haven’t had much luck doing this calculation within a query, so I was hoping to do it in the ASP.
Any help would be greatly appreciated.
Thanks,
Calculation needed in first cell of Mc Percentage:
(76-108)/108 = -29.63%
76 is from the Recordset (Wk) and 108 is from the recordset (PvsWk). Both recordsets pull from Crosstab queries in MS Access.
I haven’t had much luck doing this calculation within a query, so I was hoping to do it in the ASP.
Any help would be greatly appreciated.
Thanks,