
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