Re: Opening another mdb file from a command button?
- From: "Rick Brandt" <rickbrandt2@xxxxxxxxxxx>
- Date: Sat, 12 Nov 2005 19:23:19 GMT
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
.
- References:
- Opening another mdb file from a command button?
- From: Peter Lawton
- Opening another mdb file from a command button?
- Prev by Date: Re: Run a macro and code from the same event?
- Next by Date: Re: Tabbed form
- Previous by thread: Opening another mdb file from a command button?
- Next by thread: Re: Opening another mdb file from a command button?
- Index(es):
Loading