try to use docmd.CopyObject

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
>I want to copy some external objects (forms and queries, mostly), when I
> start a particular database.
>
> How is that done?
Microsoft - 14 May 2005 17:16 GMT
And how do I get this to happen when I start the database?
> try to use docmd.CopyObject
>
[quoted text clipped - 7 lines]
> >
> > How is that done?
Alex Dybenko - 14 May 2005 21:29 GMT
you can use Autoexec macro to do so, just make a new one, and it will run
each time you open database

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
> And how do I get this to happen when I start the database?
>
[quoted text clipped - 9 lines]
>> >
>> > How is that done?