Hello everyone,
First thread(Please tell me if you'd like Screenshots)
Edit: Problem solved, just changed the data-type so they both matched
New problem: I want to create queries showing a specific field and the field has many common values amongst the table
For example: The field has the entry "Nike shoes" 5 times "Adidas shoes" 3 times "Brookes" shoes 7 times.
I want to be able to sort these from the most common appearance to the lowest, so in descending order eg:
Brookes Shoes
Nike Shoes
Adidas Shoes
______
I understand that there is a "Sort" option, however this only puts them in alphabetical order.
Thanks