eagle290
Posts: 2
|
| Posted: 05/17/2004, 7:57 AM |
|
I am new user and am having a problem with a hyperlink in a record form.
I have a searchable gird page based on a query of two tables; both with ID's. The link in the grid is the ID from Table 1(T1ID) and takes me to the second page (record page). On this page I am showing two URL Links. One is the URL address of the record. It is different for each record and works fine.
The second is an URL that is common to all records except for the record ID(T2ID). I am trying to pass the T2ID as a parameter value but can't get it to work.
This should be the URL format:
"xxxx.asp?xxx&id=RecordID&value=T2ID&show=Y"
What I get is:
"xxx.asp?xxx&id=RecordID&Value=&show=Y"
I ahve tried using a label, a link with a before show event but still can't seem to get it to work.
|
 |
 |
|