This works in MS Access
<CFQUERY name="" datasource="" maxrows="10">
SELECT TOP 10 uniquecolumnid, * from Table
ORDER by uniquecolumnid DESC
</CFQUERY>
I should really start reading the entire question before I attempt to give
an answer......
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.