how to create an .MDE file from a utility (library) .MDB 
Author Message
 how to create an .MDE file from a utility (library) .MDB

I've inherited an Access 2000 application which involves
both front and backend linked databases.  On the front end
is a main application database with forms, reports, and
some local tables.  A second front end database is for
utilities (a library database) and is composed only of
modules.

I can examine the code and objects in the utility database
by double clicking on the .MDB file while depressing the
shift key and selecting TOOLS/MACRO/Visual Basic EDITOR
from the toolbar.  On "Return to MS Access" with Alt-Q, I
have only File, Window, and Help menus (and these are
pretty sparse) and not the Tools/Database Utilities/Make
MDE File menus and option normally used to create an MDE
file.

My question is, how do I make an MDE file from this
utility MDB?

I appreciate any help anyone my be able to provide.



Fri, 20 Feb 2004 23:57:51 GMT  
 how to create an .MDE file from a utility (library) .MDB
lpa wrote

Quote:
> My question is, how do I make an MDE file from this
> utility MDB?

Sounds almost like the library mdb is using it's own toolbars etc.?  See if
you can right-click on the toolbar and bring up the db toolbar...

  -- Dev



Sat, 21 Feb 2004 00:53:04 GMT  
 how to create an .MDE file from a utility (library) .MDB
Thanks for the response, Dev.  Unfortunately, a right
click on the toolbar has no effect.

Quote:
>-----Original Message-----
>lpa wrote

>> My question is, how do I make an MDE file from this
>> utility MDB?

>Sounds almost like the library mdb is using it's own

toolbars etc.?  See if
Quote:
>you can right-click on the toolbar and bring up the db
toolbar...

>  -- Dev
>.



Mon, 23 Feb 2004 04:31:52 GMT  
 how to create an .MDE file from a utility (library) .MDB
lpa wrote

Quote:
> Unfortunately, a right
> click on the toolbar has no effect.

Try it from the debug window then...

SysCmd 603, PathToSourceMDB, PathToDestinationMDB

  -- Dev



Tue, 24 Feb 2004 08:34:15 GMT  
 how to create an .MDE file from a utility (library) .MDB
Can you get to Tools/Startup ?

If so that might be where you need to enable making changes to the toolbar
since you can not right click on it and get to Customize.

Walter



Wed, 25 Feb 2004 02:05:14 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Creating an MDE from an MDB file

2. copy commandbar to mdb and creating MDE

3. Users can't find local mde/mdb file

4. Merging Access MDE or MDB File

5. Source, Libraries, Compilers, Games, Help Files and Utilities

6. Access 2000: Create and save add-in/mda and mde files

7. Creating .mde file

8. Problem creating MDE file

9. Can I Create an MDE file via code?

10. Can I create an .MDE file through Automation?

11. Cannot create MDE file

12. open mdb file and create several tab delimited ascii files

 

 
Powered by phpBB® Forum Software