Forums
This topic is locked
display only part of field
Posted 27 Mar 2003 17:12:18
1
has voted
27 Mar 2003 17:12:18 Henry Molina posted:
I would like to only display only part of a field I have called txt.desc... Maybe only display like 100 character from it. but I'm going to display the rest on a 2ndary detail page. how would I go about doing this???
-H
Replies
Replied 27 Mar 2003 18:25:52
27 Mar 2003 18:25:52 Owen Eastwick replied:
Try:
<%= Left(rsName.Fields.Item("FieldName".Value, 100) %>
Regards
Owen.
-------------------------------------------------------------------------------------------
Used programming books and web development software for sale (UK only): www.tdsf.co.uk/tdsfdemo/Shop.htm
Developer services and tutorials: www.drdev.net
Multiple Parameter UD4 / Access 2000 Search Tutorial: www.tdsf.co.uk/tdsfdemo/
<%= Left(rsName.Fields.Item("FieldName".Value, 100) %>
Regards
Owen.
-------------------------------------------------------------------------------------------
Used programming books and web development software for sale (UK only): www.tdsf.co.uk/tdsfdemo/Shop.htm
Developer services and tutorials: www.drdev.net
Multiple Parameter UD4 / Access 2000 Search Tutorial: www.tdsf.co.uk/tdsfdemo/