vbCrLf doesnt work in 2007 runtime, but works ok in the main 2007

D

Dean

Hi,

I have a database with a multi line memo field and I am creating carriage
returns using this code:

Me.Text48 = Me.Text48 & vbCrLf & sLst

It works great in Office Access 2007. However when I come to distribute it
among "client" computers running the Access 2007 runtime when executing that
line of code a [?] symbol appears in the text box.

This is what it looks like:

http://deanparkr.googlepages.com/questionmarksymbol.JPG

I cant understand why it would work fine in the main Office and not in the
runtime version?

Any ideas would be most grateful! :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top