View Full Version : Reindexing


mithani
05-21-2007, 08:13 PM
Hi mate!

I have made one form for displaying record purpose only. I am trying to index customer ID, but when displaying, its not showing in order. any help?

thanks

mithani

boblarson
05-21-2007, 08:14 PM
Use a query as the underlying source instead of the table. And then set the sort order in the query. Not only is it the way it should be done, it's the only way to guarantee what you want.

mithani
05-21-2007, 08:28 PM
thanks a lot.

mithani