Copy/Paste datasheet AND subdatasheet?

K

Kevin

I have a subform in datasheet view, that has a subdatasheet. Is there a way
to copy/cut & paste the records from the datasheet, and have the records from
the subdatasheet included with the paste? Thank you in advance for any
feedback!
 
A

Allen Browne

Kevin, AFAIK, you cannot do that. Subdatasheets are not as powerful as
subforms.

If you are comfortable with VBA, you can write some code to copy the record
in a form and subform. See:
Duplicate the record in form and subform
at:
http://allenbrowne.com/ser-57.html
 
Top