S
Shawn
This is the sql I'm trying to run in my access2000 DB:
SELECT Article.aID AS idd
FROM Article
ORDER BY idd;
When I run it Access askes me to enter parameter value for idd. Why? And
what can I do to make it work? I have to be able to order on an alias
name..
Thanks,
Shawn
SELECT Article.aID AS idd
FROM Article
ORDER BY idd;
When I run it Access askes me to enter parameter value for idd. Why? And
what can I do to make it work? I have to be able to order on an alias
name..
Thanks,
Shawn