G
Guest
Hi there
Anyone know the syntax in ASP that shows 2 values in a drop down combo with
a tab between them
I have tried:
<option value=<%= rstT.fields("pcode")%>><%= rstT.fields("pcode") & vbTab &
rstT.fields("pdesc") </option>
<option value=<%= rstT.fields("pcode")%>><%= rstT.fields("pcode") & <Tab> &
rstT.fields("pdesc") </option>
<option value=<%= rstT.fields("pcode")%>><%= rstT.fields("pcode") & "vbTab"
& rstT.fields("pdesc") </option>
I can't seem to find the correct syntax anywhere.
I want the results to read...with the descriptions lined up
1 Corporate
10 Corporate & Commercial
but am getting ...
1 Corporate
10 Corporate & Commercial
Thanks
GwenP
Anyone know the syntax in ASP that shows 2 values in a drop down combo with
a tab between them
I have tried:
<option value=<%= rstT.fields("pcode")%>><%= rstT.fields("pcode") & vbTab &
rstT.fields("pdesc") </option>
<option value=<%= rstT.fields("pcode")%>><%= rstT.fields("pcode") & <Tab> &
rstT.fields("pdesc") </option>
<option value=<%= rstT.fields("pcode")%>><%= rstT.fields("pcode") & "vbTab"
& rstT.fields("pdesc") </option>
I can't seem to find the correct syntax anywhere.
I want the results to read...with the descriptions lined up
1 Corporate
10 Corporate & Commercial
but am getting ...
1 Corporate
10 Corporate & Commercial
Thanks
GwenP