A andybilge New member Local time Today, 06:13 Joined Feb 15, 2016 Messages 2 Feb 15, 2016 #1 I want data from a Table to appear in a form field in alpha order. When I add a new record to my table I can easily sort into Alpha order but in the form field it comes up in record number order. Can this be changed? Thanks
I want data from a Table to appear in a form field in alpha order. When I add a new record to my table I can easily sort into Alpha order but in the form field it comes up in record number order. Can this be changed? Thanks
bob fitz AWF VIP Local time Today, 06:13 Joined May 23, 2011 Messages 4,806 Feb 15, 2016 #2 Use a sorted query as the Record Source of the form
C cyanidem Nieóhfytny jaszczomp Local time Today, 06:13 Joined Nov 30, 2015 Messages 106 Feb 15, 2016 #3 Or, if you want to keep table as record source, set Order By property of form to your alphanumeric field and set Order By On Load to Yes.
Or, if you want to keep table as record source, set Order By property of form to your alphanumeric field and set Order By On Load to Yes.