I have 5 different databases, all on same server.
Then I created a static dropdown list box that has 4 fields:
Street Name, Basin, zoning and city.
This will have a title saying Search By:
This allows you to search by any of the fields listed above.
Each of these fields has its on database.
But I need to create search code that will allow the user to select a field, say, street name, and he/she will be take to search form where he/she searches for information that will display street name values if there is one.
My question then is, that way I am thinking it right now, is to create 4 different search functionalities, one for each of the fields listed above.
This way, if the user's selection is, say, street name, the user will be automatically taken to "search street" info page.
Meanwhile, all of these will be transparent to the user.
In other words, the user will be thinking that he/she is always taken to one search form to perform various search funtions.
Can I please get your input on this?
Thanks in advance.
Then I created a static dropdown list box that has 4 fields:
Street Name, Basin, zoning and city.
This will have a title saying Search By:
This allows you to search by any of the fields listed above.
Each of these fields has its on database.
But I need to create search code that will allow the user to select a field, say, street name, and he/she will be take to search form where he/she searches for information that will display street name values if there is one.
My question then is, that way I am thinking it right now, is to create 4 different search functionalities, one for each of the fields listed above.
This way, if the user's selection is, say, street name, the user will be automatically taken to "search street" info page.
Meanwhile, all of these will be transparent to the user.
In other words, the user will be thinking that he/she is always taken to one search form to perform various search funtions.
Can I please get your input on this?
Thanks in advance.