Hi,
I have a code to write into a table called TmpConcatenateParts, the data are from two different listbox value.
So sometimes listbox 1 has value and listbox 2 does not, sometimes listbox 1 does not have value where listbox 2 has, or both listboxes have values.
The values will be inserted into TmpConcatenateParts triggered by a button.
The problem I have is that in that table, the records should be in order based on Vendor name (alphabetically).
How can I make a query to sort/order my table?
I tried to manually clicked the table and click "Sort A to Z", but it does not work (it did work as only appearance, but the actual table did not sorted that way).
Any help? Thanks!
I have a code to write into a table called TmpConcatenateParts, the data are from two different listbox value.
So sometimes listbox 1 has value and listbox 2 does not, sometimes listbox 1 does not have value where listbox 2 has, or both listboxes have values.
The values will be inserted into TmpConcatenateParts triggered by a button.
The problem I have is that in that table, the records should be in order based on Vendor name (alphabetically).
How can I make a query to sort/order my table?
I tried to manually clicked the table and click "Sort A to Z", but it does not work (it did work as only appearance, but the actual table did not sorted that way).
Any help? Thanks!