I have a main form with a command button to open a popup form, (frmRecurEntries) which contains two fields, (fldRecurTitle) and (fldRecurWords). This is a continuous form. Is it possible to select and copy all the text that is contained in the selected field where the cursor is located? By means of pressing one command button on the bottom of the form I would like to copy the field text to the clipboard and then close the popup form. The user would then be returned to the main form to paste the clipboard text as desired.
Thank you
Ron