J
|
Jane 1/26/2010 |
Hi, str = "select JobName from dbo.tbl_Connections where JobID=" & SESSION("dbo.tbl_Connections_masterkey1") |
M
|
mgill2525 author 1/26/2010 |
Hi, to select JobName from master table use following code: str = "select JobName from dbo.tbl_Connections where JobID=" & SESSION("dbo.tbl_Connections_masterkey1")
|
J
|
Jane 1/27/2010 |
Add this code just before your code: str = "select JobName from dbo.tbl_Connections where JobID=" & SESSION("dbo.tbl_Connections_masterkey1") |