Auto Sort Anyone

  • Thread starter Thread starter sixteen
  • Start date Start date
S

sixteen

Guest
I have a table already set up in a Subform of a main form

The Table has values like
-Date
-Time
-Name
-SchBy

I want to have the subforms table to automatically re-sort ascending by Time, how would I go about doing this so the user doesn't have to click the field then sort ascending button...?:confused:
 
make a query for the sub form that pulls out the data you need and have the query sort on the field(s) you want.
 

Users who are viewing this thread

Back
Top Bottom