charlotte49er
Programmer
I need to be able to sort a table based on a field. But, (isn't there always a but?!) I need for the table contents to physically be sorted not the recordset. Is there a way to sort a recordset and then write the sorted results back into the source table? To accomplish this, will this require two tables (the source table and one where I can write the sorted results out) ? Thanks in advance.