Retrieving application file name

C

Charles Tam

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?
 
S

Stefan Hoffmann

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 <--
 
Top