L
Lee
Hi there
I've got a (tabbed) form that is used to generate letters
to clients. On the second tabbed page is a text library
(subform) that will be used to store commonly used
paragraphs of text. I've added a button to the subform
called Copy/Paste which I'm hoping will copy the text
onto the clipboard and then append the text to the end of
the 'blurb' in a control on the main form called
txtBody. What I can't work out is how to get the data to
append to the end of the txtBody field. If I use the
PasteAppend facility (DoCmd.RunCommand...) I'm told it
isn't available and if I just use the Paste facility the
autotext overwrites the text that's already in the
txtBody field.
Is there a way to get the cursor (focus) to jump to the
end of the field so that Paste works or is there a way to
get PasteAppend to work?
I hope you can help....I'm counting on you guys (as
usual!)
Kind Regards,
Lee
I've got a (tabbed) form that is used to generate letters
to clients. On the second tabbed page is a text library
(subform) that will be used to store commonly used
paragraphs of text. I've added a button to the subform
called Copy/Paste which I'm hoping will copy the text
onto the clipboard and then append the text to the end of
the 'blurb' in a control on the main form called
txtBody. What I can't work out is how to get the data to
append to the end of the txtBody field. If I use the
PasteAppend facility (DoCmd.RunCommand...) I'm told it
isn't available and if I just use the Paste facility the
autotext overwrites the text that's already in the
txtBody field.
Is there a way to get the cursor (focus) to jump to the
end of the field so that Paste works or is there a way to
get PasteAppend to work?
I hope you can help....I'm counting on you guys (as
usual!)
Kind Regards,
Lee