Forums
This topic is locked
Go To Detail page question.
Posted 02 Dec 2002 15:18:18
1
has voted
02 Dec 2002 15:18:18 Russell Marshall posted:
When I insert a goto detail page link using UD4 a single variable isd passed.eg
<a href="updateclient.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "ClID=" & RS_Client.Fields.Item("ClID"

Is it possible to pass 2 variables?
If I wanted to pass "CompanyName" also from the same recordset how would the code be modified?
Many thanks in anticipation.
Davrus
Russell
Replies
Replied 02 Dec 2002 17:47:44
02 Dec 2002 17:47:44 Owen Eastwick replied:
Something like:
<a href="updateclient.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "ClID=" & RS_Client.Fields.Item("ClID"
.Value & "&CompanyName=" & RS_Client.Fields.Item("CompanyName"
.Value %>">
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
<a href="updateclient.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "ClID=" & RS_Client.Fields.Item("ClID"


Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo