Pasting Large Amounts of Text

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