A
access user
In the default value of a field in a table I entered
SELECT Count(*) FROM (qselUserHitsTotal);
basically, I want to populate the field with the value returned by that
query, BUT, I get the following error
"The Syntax of the subquery in this expression is incorrect. Check the
subquery's syntax and enclose the subquery in parentheses."
Please advise what I've done wrong.
TIA
SELECT Count(*) FROM (qselUserHitsTotal);
basically, I want to populate the field with the value returned by that
query, BUT, I get the following error
"The Syntax of the subquery in this expression is incorrect. Check the
subquery's syntax and enclose the subquery in parentheses."
Please advise what I've done wrong.
TIA