hi there folks,
So after not touching Access for a year and a half I feel like I've forgotten everything. So please forgive me for this:
I have the following SQL string:
SELECT courseID, SUM(num_labreport * enrollment * (SELECT estimatehrs FROM tbl_guidelines WHERE itemindex = 1)) as...