Set Value Expanded Text

S

Steve

I use "Set Value" to paste in text into my form for repeating entry items.
But, this has a very limited amount of characters. Is there a way to do this
for paragraphs of information.
What I want is to click a button and paste into a form field about 2000
characters.

Is this possible?
Thank you in advance Steve
 
J

John W. Vinson

I use "Set Value" to paste in text into my form for repeating entry items.
But, this has a very limited amount of characters. Is there a way to do this
for paragraphs of information.
What I want is to click a button and paste into a form field about 2000
characters.

Is this possible?
Thank you in advance Steve

Into a Memo field I presume?

VBA code can do it very readily:

Me!txtMemoField = StringVariable

the variable can contain a string of up to a billion bytes.
 
S

Steve

John Steve again, I re-posted my question as you have seen.. I do not know
much about coding I have some books, do you have a example of the code I can
alter? Doo I need to build a module in Acess to do this?
Steve
 

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