Can I Create an MDE file via code? 
Author Message
 Can I Create an MDE file via code?

Has anyone created an MDE file via code?

Thanks in advance
Pyush Kumar



Tue, 23 Jan 2001 03:00:00 GMT  
 Can I Create an MDE file via code?
Sorry, not that I'm aware of.

--
Dev Ashish (Just my $.001)
---------------
The Access Web ( http://home.att.net/~dashish )
---------------

:Has anyone created an MDE file via code?
:
:Thanks in advance
:Pyush Kumar
:
:



Wed, 24 Jan 2001 03:00:00 GMT  
 Can I Create an MDE file via code?
I think this should work...

SendKeys "%TDM", False
' %TDC translates to:  Tools--> Database Utilities --> Make MDE File

I am currently using SendKeys to compact the front-end database.
The current db is compacted without prompting user for any input!
This is the code that does it. So I see no reason why you cannot
make an MDE file from code in a similiar fashion.

SendKeys "%TDC", False
' %TDC translates to:  Tools--> Database Utilities --> Compact

Quote:

>Has anyone created an MDE file via code?

>Thanks in advance
>Pyush Kumar



Wed, 24 Jan 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Creating a *.pst file via code

2. Create Access MDE from VB Code

3. removing code from a document created via code and save as

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

5. Creating .mde file

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

7. Problem creating MDE file

8. Creating an MDE from an MDB file

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

10. Cannot create MDE file

11. DAO code with MDE files

12. MDE File - Can't compile code

 

 
Powered by phpBB® Forum Software