Connecting Tech Pros Worldwide Help | Site Map

Two different apps - two similar reports...

MLH
Guest
 
Posts: n/a
#1: Nov 12 '05
I created a database and imported a report from
another mdb file. In the first database, I had
created a custom toolbar & invoked it with the
following line...

DoCmd ShowToolbar "Custom Toolbar1", A_ToolBar_No
(or A_ToolBar_Yes, or A_ToolBar_WhereApprop)

Is it possible for me to import "Custom Toolbar1" to the
newer database?
Steve Jorgensen
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Two different apps - two similar reports...


I don't think there's a built-in way to import just one command bar, but if
you click the Options button on the import selection window, there's a check
box to also import menu and tool bars. To get just one command bar, I'm
thinking you could create a new empty database, import all the command bars,
delete all but the one you want, then import from there into the target
database.

On Mon, 03 Nov 2003 00:52:02 -0500, MLH <CRCI@NorthState.net> wrote:
[color=blue]
>I created a database and imported a report from
>another mdb file. In the first database, I had
>created a custom toolbar & invoked it with the
>following line...
>
>DoCmd ShowToolbar "Custom Toolbar1", A_ToolBar_No
>(or A_ToolBar_Yes, or A_ToolBar_WhereApprop)
>
>Is it possible for me to import "Custom Toolbar1" to the
>newer database?[/color]

Randy Harris
Guest
 
Posts: n/a
#3: Nov 12 '05

re: Two different apps - two similar reports...


"MLH" <CRCI@NorthState.net> wrote in message
news:c0rbqvkdlalsklq5qub96m3m479i620tdm@4ax.com...[color=blue]
> I created a database and imported a report from
> another mdb file. In the first database, I had
> created a custom toolbar & invoked it with the
> following line...
>
> DoCmd ShowToolbar "Custom Toolbar1", A_ToolBar_No
> (or A_ToolBar_Yes, or A_ToolBar_WhereApprop)
>
> Is it possible for me to import "Custom Toolbar1" to the
> newer database?[/color]


Yes. Use File->Get External Data->Import
Select the mdb file that has the toolbar in it.
Expand Options, check Menus and Toolbars.

Randy


Closed Thread