Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sort records in a view with 'view_metadata' clause

Status
Not open for further replies.

giovi2002

Programmer
Aug 22, 2005
47
NL
I'm using the with view metadata clause in views. As a result I can not use order by in the select statement so my recordset will automatically be sorted by the Primary Key.
I did use order by in combination with the 'top' statement, as a result the recordset isn't updatable whilst I would like to keep it updatable.

When showing the recordset in the access client I want it to be sorted to two different fields than the primary. How can I easily achieve this while keeping the recordset updatable?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top