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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

a little square box appearing in the data

Status
Not open for further replies.

aquinox

Programmer
Jul 2, 2007
38
0
0
AU
Hi,

wondering if anyone might be able to help me here. It may be a trivial question here but I just couldn't solve it.

I would like to replace the "return carriage key" with something else but just don't know how to put it into code.

In the table, i can see that there are some that look like "little square box" symbol appearing in the data which i think could be the carriage return key (I'm not sure). And i like to replace it with something else

Here is the code
mytemp = replace(rsNew![Project Details],chr(13),"-") - doesn't do the trick.

Any ideas?

Thank you in advance

 
You may try Chr(10)

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top