Hi all,
I would like to sort my table before I export it.
I'll want my table sorted Ascending on Column 'Time'.
How is that possible?
To export the table, I use this code:
Thanx!
I would like to sort my table before I export it.
I'll want my table sorted Ascending on Column 'Time'.
How is that possible?
To export the table, I use this code:
Code:
DoCmd.OutputTo acOutputTable, "LogTable", acFormatXLS, , False
Thanx!