I have a database that uses tags. When a new tag is added, I have to manually change everything. This sucks because there are hundreds and hundreds of rows!
I was hoping that I can create a separate table with all the tags in it and when I add tags to that table, it would be available in the dropdown menu. I know I can do this with a linked record?, but the search feature I want to keep would not be available, which is the toggle feature below. The linked method does not show the user what tags there are to use or search by.
Anyway, just curious if this could be done…without having to pay for a service as this project has no funding.