Aklfishboy
New member
- Local time
- Tomorrow, 03:12
- Joined
- Sep 13, 2021
- Messages
- 4
Hi. I have read many answers to my problem.
I have a form based on a table, which I use to update said table. I have a combo box to find the right records to update. My issue is the data is not sorted by the order I want to see.
I understand the table is just large data repository. I have tried on the form to Order By on Load - doesn't work. I have tried setting up via query through the Query Builder to sort - doesn't work. I have tried to make/append a new table in the order I want and then adding an autonumber - doesn't work.
Now just about to throw my laptop out the window in frustration.....
.
Obviously doing something wrong.
Hoping some one can help.
Thanks
I have a form based on a table, which I use to update said table. I have a combo box to find the right records to update. My issue is the data is not sorted by the order I want to see.
I understand the table is just large data repository. I have tried on the form to Order By on Load - doesn't work. I have tried setting up via query through the Query Builder to sort - doesn't work. I have tried to make/append a new table in the order I want and then adding an autonumber - doesn't work.
Now just about to throw my laptop out the window in frustration.....

Obviously doing something wrong.
Hoping some one can help.
Thanks