Re: Opening another mdb file from a command button?



Peter Lawton wrote:
> Is it possible to open another mdb file (i.e. close the current
> database and open another) using a command button?
>
> solution much appreciated
>
> peter

Use shell() or FollowHyperlink to open the new file then DoCmd.Quit to close the
old one.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


.


Loading