Remote views are all ready sorted by the 'order by' clause in the designer. They may slo be programatically created with create view...
Now, is there a trick out there to re-sort a remote view by any give field, without affecting the original view?
My guess is that it can't be done and can only be achieved with an updateable ADO recordset than you can 'requery' or rebuild the SQL statement on the fly.
Any comments?
MW
Now, is there a trick out there to re-sort a remote view by any give field, without affecting the original view?
My guess is that it can't be done and can only be achieved with an updateable ADO recordset than you can 'requery' or rebuild the SQL statement on the fly.
Any comments?
MW