changed it to:
SELECT accountletter, DCount("RPTLEVEL","tbluser","RPTLEVEL=" & [RPTLEVEL]) AS Increment, Int([Increment]/12.01)+1 AS groupnum
FROM tbluser;
no errors but it list all the accountletters, (just need the one that I am on.)
the increment #'s are 30, 9, 7, 3 and the groupnum are 1...