Displaying File Name of Executed MDB

J

JNTNMLR

Is there a function that will return the name of the file that is currently
runnng? I'd like to be able to display the filename so that all users know
what they are running. Reason: A conflict between Novell and Windows when
renaming an Access MDB file results in shortcuts pointing to the renamed
file. This can really screw up things when trying to make changes to an
application. Useres end up running older versions.
 
K

Klatuu

CurrentDb.Name will return the full path and name of the file currently
running.
 
Top