I want to sort the fields in my form so that the list box shows the information alphabetically. I have a form with Role and TeamMember which I want to have ascending. I have the following information:
Me.OrderBy = “[Role] ASC”
Me.OrderByOne = True
I’ve tried putting this code in several spot on the Role field properties of my form. What am I doing wrong?