Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access truncates field values in CFOUTPUT 1

Status
Not open for further replies.

brian1313

Programmer
Nov 1, 2001
29
US
I'm using ColdFusion to fill in form entries in an update database application. Everything is working fine except when I have a multi word value in a field. The form only displays the first word. Is this an MS Access problem or a CF problem?
Thanks in advance
-b-
 
Check your script and the datatype of the field you are trying to input.
 
Try using single quotes around the field like '#MyVar#'
 
thanks JLS, that worked perfect!! i never even thought of that...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top