![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
"ron paii" <none (AT) nospam (DOT) com> wrote in news:j5g174$100$1 (AT) dont-email (DOT) me: The DISTINCTROW is an artifact of the original query that returned more then 1 row. But you should never use DISTINCTROW except if you are trying to make an otherwise non-updatable query updatable -- instead, you should use DISTINCT. DISTINCTROW is a Jet/ACE-specific keyword and not compatible. It occasionally can work some magic, making an non-editable query with a join in the FROM clause editable, but a query whose SELECT includes nothing but an aggregate function is not going to be editable in the first place. -- David W. Fenton http://www.dfenton.com/ contact via website only http://www.dfenton.com/DFA/ |
![]() |
| Thread Tools | |
| Display Modes | |
| |