No, I want to change the order on the table.
I have a table with tons of entries, and I need to open the form based on this table many times. So, if I use a query, the query is called each time, and it's very very slow !!!!
So I think if I sort the table instead of using a query, the work wioll already be done for the next time !!
(I can't do it manually cause I have another form using the other sorting, so I really want to sort my table with VBA code)
So, any idea ?