Retrieving application file name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In MS Access form code, I would like to retreive the current application file
name.

For example, I've an Access application named my_access.mde. How do I
retreive the application file name together with the extension from code?
 
hi Charles,

Charles said:
In MS Access form code, I would like to retreive the current application file
name.
Use

?CurrentDb.Name

in the immediate window.


mfG
--> stefan <--
 

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

Back
Top