|
|
|
|
|
| | |
| |
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Query Question |
|
From: |
Wally |
|
Date: |
6/26/2003 7:29:42 AM |
|
IP: |
66.92.109.89 |
|
I have a 3 page detail layer. I have no problem going from the first query set to the next. But when I get to that detail page it brings up the ID of the item in the database. I wan't it to sort by ID for the next detail page, but I want to change the value of the what it says. Code snip below. {RBaseQuery.RID} thats my query that shows what items match by ID but I don't what it to show the ID vaule I want it to pull the vaule off another column in the table. More code <%=(RBaseQuery.Fields.Item("RID").Value)%> now i know the value in the code there shows the value in the column but is there a way i can change that so it shows a different value from another table without having to change the query? |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|