Is there are way of having a subform display its records in a specified order??? When I add a new record in the subform , it can be displayed anywhere in the subform. Thanks . Stan
Is there are way of having a subform display its records in a specified order??? When I add a new record in the subform , it can be displayed anywhere in the subform. Thanks . Stan
The SubForm should have a RecordSource of a query that uses an OrderBy clause.
Thank ypu for your help.
Stan
You're very welcome.