D
Dean
Note: Re-posted this here from the "forms" section as this section seems more
appropriate.
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!
appropriate.
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!