I have a database with these fields: player, season, position, batting_order, link ... and a few more fields.
I have set up a search and report that allows searching by three fields: player, season and position. The criteria is set to OR.
The results page displays all the matching records. The details page contains more info on a particular player.
Everything works great. My question is how to I use the search results to execute a new search?
In other words, on the details page, I want the user to be able to click on the player's name and have that automatically search through the database again, searching through the player field for a match, and display the results page.
I see how to pass parameters to an outside url, but I can't find any information on how one might pass parameters back to the Caspio search form.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
tbarmann
Hi,
I have a database with these fields: player, season, position, batting_order, link ... and a few more fields.
I have set up a search and report that allows searching by three fields: player, season and position. The criteria is set to OR.
The results page displays all the matching records. The details page contains more info on a particular player.
Everything works great. My question is how to I use the search results to execute a new search?
In other words, on the details page, I want the user to be able to click on the player's name and have that automatically search through the database again, searching through the player field for a match, and display the results page.
I see how to pass parameters to an outside url, but I can't find any information on how one might pass parameters back to the Caspio search form.
Any help would be appreciated!
Thanks,
Tim
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.