G
Guest
Hi, I am trying to run this query,
UPDATE forums AS F INNER JOIN posts AS K ON F.[id] = K.[forumid] SET
F.[posts] = Count([K].[forumid])
And I am getting this error ;
You tried to execute a query that does not include the specified expression
'posts' as part of an aggregate function.
Why this error occurs? MS Access doesn't support aggregate Updates?
Please let somebody help me, thanks.
UPDATE forums AS F INNER JOIN posts AS K ON F.[id] = K.[forumid] SET
F.[posts] = Count([K].[forumid])
And I am getting this error ;
You tried to execute a query that does not include the specified expression
'posts' as part of an aggregate function.
Why this error occurs? MS Access doesn't support aggregate Updates?
Please let somebody help me, thanks.