ldevries
Programmer
- Aug 29, 2001
- 4
I have a table that is populated using a specific 'select' statement that produces four records. This is correct. I need to execute another (different) select statement to repopulate the table. Which second select statement will depend on the value of the data displayed ( one of Four) in the 'dblclicked' table window. Or, I need to check the value of the dblclicked window and launch another ASP which has the appropriate select statement to load it's table. How can I do this?