Parameter not rendered in Access-specific query
Status: Alpha
Brought to you by:
sellig
Using Access:
SELECT
DCount("[PERMITNO1]","plans931","Year([DATEREC])=
#value# ")
exposes an exception saying 1 parameter was expected
but zero were received.
If the year is hardcoded and no parameter is used, then
the same query works.
[TODO: Add TestCase]