Go into form design, right click the square in the top left just above the top of the form and choose properties.
Click the data tab and at the top of it put the name of the field in the Order By property.
To sort by two fields, one within another use:
Field1, Field2
so within each field1, it will sort by field2.
You can then save the form.
John