I'm working in VFP7. I have a simple archiving component in my application that moves records between specified dates from table "A" to table "B". There's also a "recall" functionality (using APPEND FROM DBF) that moves the records back--however this leaves the records in table "A" not in their original chronological order. Is there a way to reorder table "A" based on the date/ID field? Or do I have to use a third table, "C", and delete "A" and rename "C" to "A"?
Appreciate the help.
Appreciate the help.