Hello, I am trying to "touch up" a database that I did not create, and I am sitll a beginner at Access.
I have a combo box on a form, the control source is:
SELECT [ProblemFound].[ProblemFound] FROM ProblemFound;
How can I get this to sort in ascending order? The table it is derived from only has two rows - autonumber, and ProblemFound
Thanks!
I have a combo box on a form, the control source is:
SELECT [ProblemFound].[ProblemFound] FROM ProblemFound;
How can I get this to sort in ascending order? The table it is derived from only has two rows - autonumber, and ProblemFound
Thanks!