|
-
May 19th, 1999, 10:59 AM
#1
Sort Calculated field
Hello to everyone
I would like to know if the Dao Jet Engine allows to use AS clause in a query. I have a DaoRecordset and I would like to sort
it with an a field resulting by a function, Can I do a select with a function like that:
Select *, SetValue([Score],[Priority]) AS [Post]
FROM Employee
ORDER BY [Post]
Is Someone can Help me, Please
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|