Function to return current MDE file

C

Chlaris

Dear all,

I want to know the current MDE file which the user is running. Is there any
built-in function to get that information ?
Thx.

Chlaris
 
A

Allen Browne

Try CurrentDb.Name or CurrentProject.FullName

For more information, see:
Splash screen with version info
at:
http://allenbrowne.com/ser-53.html

The code in the sample database shows:
- Version of MS Access
- File format
- JET version
- User name (Windows and JET)
- Workstation name
- Path to linked tables
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top