Set Value Expanded Text

  • Thread starter Thread starter Steve
  • Start date Start date
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
 
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.
 
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
 
Back
Top