I have created a database collection consisting of parks throughout the US. My client wants to be able to sort her preferred parks on top. I cannot figure out how to make this happen. Is it possible to determine what order your data is displayed?
Yea so add another column to the database called preferred, or better yet order,
I’d preferred make it Boolean and just tick the preferred ones and sort the database by true first
If ordered add numbers to the ordered column for the order and sort by ordered low-high
Thank you very much!
It worked perfectly Purslowe! I ordered them.
Awsome, happy to help out, in future, feel free to tag me in posts