This seems like it should be simple enough but I have been unsuccessful in locating an answer. I want to be able to copy all fields in a subform with the click of one button. Then I will be pasting this info into an email or Word document. So basically, I want to perform a function similar to a "Select All" and "Copy". If you can suggest VBA code to paste into "On Click" event of button that would help a ton.
could be entire table (multiple fields, unlimited records) or just a few fields within 1 record depending on needs at the time.
ideally it could work just like copy/paste in a Word doc. however, my thought was to simplify it by having a "select all" button to highlight all fields and records in an entire subform or to have a "copy" button next to each particular record (highlighting all fields for that record)
could be entire table (multiple fields, unlimited records) or just a few fields within 1 record depending on needs at the time.
ideally it could work just like copy/paste in a Word doc. however, my thought was to simplify it by having a "select all" button to highlight all fields and records in an entire subform or to have a "copy" button next to each particular record (highlighting all fields for that record)