Automate Keyboard Shortcuts

marksa

Registered User.
Local time
Today, 06:04
Joined
Apr 2, 2002
Messages
13
I am working with a Memo field and want to pull the text without the formatting code and store it in a seperate field by the use of a command button.

I can manually do this by setting the focus on the memo field and using the ctrl + num 5 keyboard shortcut to select just the text and then pasting the data from the clipboard in the field. I can accomplish everything I need to do through code except selecting just the text. I have tried to use the Docmd.runcommand accmdselectrecord but this pulls the text and formatting code.

Does anyone have any ideas??? Thanks in advance for your help.
 

Users who are viewing this thread

Back
Top Bottom