G
Guest
hi
My table has 3 fields (DivID, DivName, DivCode). I made a query based on
the same three fields, sorted by DivName ascending.
My form is based on the query and has a combo box for DivID(0 width) and
DivName. As desired, the combo box displays its DivName records in alpha
order.
Here is my question. I thought I'd ditch the query and use the table as the
form's recored source, but I can't get the form's Order By property to work??
Whan I set it to Order By DivName, the combo still uses the tables original
order. Am I missing something?
Thanks
My table has 3 fields (DivID, DivName, DivCode). I made a query based on
the same three fields, sorted by DivName ascending.
My form is based on the query and has a combo box for DivID(0 width) and
DivName. As desired, the combo box displays its DivName records in alpha
order.
Here is my question. I thought I'd ditch the query and use the table as the
form's recored source, but I can't get the form's Order By property to work??
Whan I set it to Order By DivName, the combo still uses the tables original
order. Am I missing something?
Thanks