Hi;
I have been pulling my hair out trying to figure out why I cannot create a simple query in Access 2010.
What I need to do is ask the user for input to one field. I do that by using Like "*" & [Enter the data] & "*"
Then I need to sort the results. That works fine so long as I sort only by one field (column in the design view).
But when I try to sort by more than one field, the user is asked multiple times to enter the search criteria (number of times asked is the number of fields which have a sort criteria).
If I do not ask the user for input, the query runs fine no matter how many fields it is sorted on.
this also happens if I run a query which is not sorted, but do a sort while viewing the query - then save the query when closing it. Even though the new sort criteria does not show up in the design view, it acts the same way as it would if I had entered it there.
I have read several articles on doing query sorts by multiple columns, and they talk about selecting the sort criteria in the "criteria pane". Since I cannot find anything on the Design Tools ribbon called "criteria", I am assuming that criteria is the large pane that is always opened in the main window of the design view.
If not, I really need to go back and study the multiple e-books I have for Access 2010.
In the end, I probably should not be using Queries like this. I should be creating forms, reports, etc. But since this database is really for my use only, I haven't bothered with that.
Thanks for your help
FW