In Access it's very easy to sort a Tabular form by a column. However I don't believe that there's a sort button in Runtime. The MDB (soon to be MDE) is pretty basic. One table, and one form linking to that table...pretty basic. Any suggestions on sorting columns in the runtime version? My guess is to create buttons that run a macro or vb script to sort each column. Other ideas instead of this? Either one of my methods more recommended than the other?