M
|
MarkH author 12/13/2007 |
What´s behind this is the idea of pulling together a dashboard...I am open to suggestions... |
![]() |
Sergey Kornilov admin 12/13/2007 |
Probably you can use SESSION("FirstDetailTableName_masterkey1") variable to get the master key values and adjust SQL query of the second table. |
M
|
MarkH author 12/13/2007 |
The session variable is exactly what I needed and worked fine (verified using response.write). |
M
|
MarkH author 12/15/2007 |
I imagine this is quite simple, and I´ve done so weell so far using AspRunner...this is basically what´s missing to finsh my task..I would really appreciate if someone could kindly help...Thanks, |
![]() |
Sergey Kornilov admin 12/15/2007 |
Something like this will work: strWhereClause = " ClientID = " & SESSION("FirstDetailTableName_masterkey1") |
M
|
MarkH author 12/16/2007 |
Something like this will work: strWhereClause = " ClientID = " & SESSION("FirstDetailTableName_masterkey1")
|