Pasting Large Amounts of Text

S

Steve CH6

I was told I could hook some code to a button and paste large amounts of text
into a form (memo) field, to speed things up using,
Me!txtMemoField=StringVariable

But I do not code well, anyone know where I could pick-up some examples of
how to write this in the event code builder? Examples of it, or any coding,
how to do this, do I need to make a module? ??????

Thank you Steve...
 
J

John W. Vinson

On Thu, 3 Sep 2009 15:06:01 -0700, Steve CH6 <Steve
I was told I could hook some code to a button and paste large amounts of text
into a form (memo) field, to speed things up using,
Me!txtMemoField=StringVariable

But I do not code well, anyone know where I could pick-up some examples of
how to write this in the event code builder? Examples of it, or any coding,
how to do this, do I need to make a module? ??????

Thank you Steve...

What's the context, Steve? Where is the data coming from? Are you doing this
for individual records on a Form? Adding new records to a Table? Do you have
multiple chunks of text which each need to be added to a new record?
 
S

Steve

John, I am using my home email to respond hopefully I will get linked to the
responses.
To answer your questions. I am filling in new forms and the pasting of text
will basically be stored phrases and direction on a sub-form with buttons
that fit the correct stored phrases. This data is pasted into a form field
that is part of a table.
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