Good afternoon all.
I am using a combo box to enter data into an inventory table. Since I sometimes have to use the same part number twice with different descriptions, I have to use the ID column as the important data.
The inventory table has only the ID number and the quantity.
The problem I'm having is when I add a record to the table that I'm using as a reference for the combo box, the new number is always at the end of the list, not sorted numerically. It seems that the list is sorted by the ID number.
I have tried sorting the column (it's the first after the ID column) but that doesn't seem to work.
I tried using a query to sort the master part number table but for some reason once I do that the combo box will not recognize any of the inventory numbers.
Since the combo box has 5 or 6 columns in it, it would be nice to be able to specify which column I want sorted.
Can I do this, and can it be done without using VB?
Thanks.
Ethan
I am using a combo box to enter data into an inventory table. Since I sometimes have to use the same part number twice with different descriptions, I have to use the ID column as the important data.
The inventory table has only the ID number and the quantity.
The problem I'm having is when I add a record to the table that I'm using as a reference for the combo box, the new number is always at the end of the list, not sorted numerically. It seems that the list is sorted by the ID number.
I have tried sorting the column (it's the first after the ID column) but that doesn't seem to work.
I tried using a query to sort the master part number table but for some reason once I do that the combo box will not recognize any of the inventory numbers.
Since the combo box has 5 or 6 columns in it, it would be nice to be able to specify which column I want sorted.
Can I do this, and can it be done without using VB?
Thanks.
Ethan