I have the following problem:
I must update a field in a table in an Access database. The value is saved in another table, where I have to count records grouped by an ID.
My solution is to run a query that does the counting and wrap this in an update statment:
Something seems to be wrong, because I always get an error message saying "missing operator" (from MS Access).
Now I don't know if it's a general SQL syntax problem or is it because of the table alias (?)
Any idea?