Would someone please nudge me in the right direction? I feel like I'm all over the map in trying to invent a way to make this work. This is for my hospital's Registration Manual.
I have a very large list with three key columns: Initial Visit Code, Second Visit Code, and Action. My goal was to provide a look-up search for our Registration staff to quickly look up an action based upon two other codes. They don't want to have the results displayed out of the box because that will take the user to another search results page, and they want to stay on the "Same Day Visit Look-up" page. They also prefer not to use Views because they want the staff to identify the first code, then the second code specifically, and have the page display only one action.
I found an example of something I'd like implement. It's the Table example found here: http://rikrikrik.com/jquery/quicksearch/. The title of the article is "jQuery quickSearch plug-in". I would like to try to search for the Initial Visit Code at the minimum, but ideally have another search box for the Second Visit Code (and of course tie them to my code list to only give the user the available codes as options). I would like the list to miraculously shrink to the only available option in the list!
Is this possible, or am I going to be limited to Views? I'm presently in the Advanced Search box avenue....don't know how long I will stay there, but is that my only option?
Thanks very much for any input.
Suzanne