I am attempting the following update query and get the resulting error. What is the problem?
UPDATE HoursTable SET HoursTable.JobPercent = Sum([Original]![pdone])/Count([Original]![pdone]) WITH OWNERACCESS OPTION;
I get a “JobPercent is not part of the aggregate function error”