Thanks Les, The query looks like it works by itself but for some reason the text box's control source that runs the query in the expression just returns #ERROR
Any ideas why?
=DSum("Points","qryTardy","EmployeeID = " & [txtEmployeeID])Is it because the DSum has no idea if the txtEmployeeID is...