I have a nice form that I use to fill a table that works great.
Is there a way for the form to auto sort F-Name and L_Name fields when it is opened?
I have a nice form that I use to fill a table that works great.
Is there a way for the form to auto sort F-Name and L_Name fields when it is opened?
Use a query for the form record source instead of a table. In a query, you can select the fields you want to sort by.
![]()
Last edited by ssanfu; 03-19-2011 at 03:06 PM. Reason: wording
That works,
thanks