Hi,
I have a recordset containing 2 fields; i.e. Item_ID and Item_Name. The recordset is named rsOrders. What I would like to do is to save the recordset rows into an array of huperlinks - something like this:
varOrder() = "<th><a href="?itemid=<%= rsOrders.Fields.Item(&quot;Item_ID&quot.Value %>"><%= rsOrders.Fields.Item(&quot;Item_Name&quot.Value %></a></th>"
The variables in this array will be available for further use in the same ASP page.
I'm a novice... Thanks for your patience and help!!!
I have a recordset containing 2 fields; i.e. Item_ID and Item_Name. The recordset is named rsOrders. What I would like to do is to save the recordset rows into an array of huperlinks - something like this:
varOrder() = "<th><a href="?itemid=<%= rsOrders.Fields.Item(&quot;Item_ID&quot.Value %>"><%= rsOrders.Fields.Item(&quot;Item_Name&quot.Value %></a></th>"
The variables in this array will be available for further use in the same ASP page.
I'm a novice... Thanks for your patience and help!!!