Sorry: I wasn't thinking clearly when I posted.
You can't export using multiselect. As Ken posted, you need to import into
your new database (File | Get External Data | Import). You can multiselect
there.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
I too wish Microsoft Access had some way to Export that
wasn't one at a time. What both replies haven't mentioned
is that when you go to the destination db and Import, if
you already have those hundreds of objects (forms,
queries, etc), you will end up with double the objects,
because Import will just stick 1 on the end. So if you
have FormA, FormB, etc, after you Import them you will
have FormA, FormA1, FormB, FormB1, etc. And then you'll
have to go through and delete all the 1's.
The only way to do it is to write a program to do it. I
get around it by having my data db separate from my app
db, and when I need to Export more than a handful of
objects, I just take the whole app mdb.
S'pose we should be grateful for multiple Import, old
versions of Access didn't even have that.
Bruce.
>-----Original Message-----
>Sorry: I wasn't thinking clearly when I posted.
[quoted text clipped - 39 lines]
>> >>
>> >> Chuck