Bry
|
| Posted: 12/16/2002, 8:25 AM |
|
After a select a certain search criteria and then choose a record from that search - I want to be able to return to the same search records after update of the single record.
|
|
|
 |
Bry
|
| Posted: 12/16/2002, 10:34 AM |
|
I am building this app in ASP
|
|
|
 |
Carlos Espada
|
| Posted: 12/16/2002, 11:06 AM |
|
Bry,
Make sure that your receiving form's "Preserve Parameter" is set to Get and that you set the link "Source/Parameters" to "send" all the fields in the search form (criteria fields).
Example: If you have search fields = s_FirstName and s_LastName
Then you must set the "Source/Parameters" in the link properties to: s_FirstName and s_LastName.
Hope this helps.
Skyewalker
|
|
|
 |
|