
Hi,
I have problems in displaying a column (of msaccess table) in asp form with a string value having gaps in between. Suppose I stored a column "This is a string" in a msacces table column. When I display the string it shows (in asp form), "This" only. The portion following the first blank in the string gets truncated. Could you please tell me how the entire string, i.e., "This is a string" can be displayed instead of "This".
Thanks in advance