Forums

This topic is locked

dynamic data and format

Posted 04 Dec 2003 15:32:16
1
has voted
04 Dec 2003 15:32:16 Kent Steelman posted:
I need to place two dynamic data fields back to back with a space inbetween. example "recFirstname" and recLastName. I tried placing them in a table cell but no luck any suggestions.



Wm. Kent Steelman

Replies

Replied 04 Dec 2003 15:57:59
04 Dec 2003 15:57:59 Wayne Hultum replied:
Is this what you're after doing?

<pre id=code><font face=courier size=2 id=code> &lt;%=(rsYourRS.Fields.Item("recFirstname".Value)%&gt;&nbsp;&lt;%=(rsYourRS.Fields.Item("recLastName".Value)%&gt;</font id=code></pre id=code>

Wayne
Replied 04 Dec 2003 16:21:44
04 Dec 2003 16:21:44 Kent Steelman replied:
yes

Wm. Kent Steelman
Replied 04 Dec 2003 16:23:21
04 Dec 2003 16:23:21 Kent Steelman replied:
opps not entirely...
{recordsetname.Firstname}, {recordsetname.Lastname}

Wm. Kent Steelman
Replied 05 Dec 2003 09:01:07
05 Dec 2003 09:01:07 Dave Clarke replied:
Try this

&lt;%=(rsetYourrecordset.Fields.Item("FirstName".Value)%&gt;<b>non-breaking space</b>&lt;%=(rsetYourrecordset.Fields.Item("LastName".Value)%&gt;

I can't put the code in for the non-breaking space as this editor interprets it as a non-breaking space <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>

Dave

ASP|VBScript|IIS5.1|Access|WinXPPro & WinXPHome

Edited by - Davecl on 05 Dec 2003 09:02:57

Edited by - Davecl on 05 Dec 2003 09:05:31
Replied 05 Dec 2003 14:32:24
05 Dec 2003 14:32:24 Kent Steelman replied:
Thansk thats the ticket.

Kent

Wm. Kent Steelman

Reply to this topic