I have a search form set up to pass all fields as parameters. I would like to, upon drilling down to the details page, be able to pass these parameters to a webform, where the user could use the form to save this data to a different table. I do not understand how to actually pass the values to the webform, or perhaps more clearly, how to actually get to the webform from the search and report form.
Ultimately, I'd like to be able to take this entire dataset and update up to 3 tables with this one set of data. I'll take baby steps though .
Any help would be appreciated.