ACC1x: Domain Param. of Domain Function Cannot Be SQL Exp.ID: Q101088
|
If you try to use an SQL SELECT statement as the domain parameter of a
domain function, error 3078 is displayed:
Couldn't find input table or query <SQL string>
Couldn't find input table or query "Select * From Table1 Where ID = 1"
Microsoft Access "Language Reference," versions 1.0 and 1.1, and Microsoft
Access Help version 1.0 incorrectly suggest that the domain parameter of a
domain function (for example, the DLookup(), DFirst(), DLast(), DSum(),
DMax(), DMin(), and DCount() functions) can be an SQL expression.
The following is the incorrect description of the domain
parameter:
String expression identifying the records that constitute the
domain. It can be a table name, a query name, or an SQL
expression that returns data.
String expression identifying the records that constitute the
domain. It can be a table name or a query name.
Additional query words: domain parameter
Keywords : kbprg kbusage ExrOthr
Version : 1.0 1.1
Platform : WINDOWS
Issue type :
Last Reviewed: March 25, 1999