Application Name Change

TheSearcher

Registered User.
Local time
Today, 16:09
Joined
Jul 21, 2011
Messages
385
I copied a database and renamed it from DN_Development to DN_Development_NewForm. Why does the old name still appear in my project box and how can I get the new name to appear instead? - Thanks! TS
1651596469981.png
 
did you :
enter vbe (alt-F11)
menu: Tools, [dbName] Properties
give new project name
 
Or, maybe right-click on the top/first item in the browser/explorer window and select Properties?

(That should get you to the same window as @Ranman256 mentioned.)
 
I copied a database and renamed it from DN_Development to DN_Development_NewForm. Why does the old name still appear in my project box and how can I get the new name to appear instead? - Thanks! TS
View attachment 100295
Unstated, but implicit, here is that the VBA project has its own name, independent of the host accdb. It defaults to the name of the creating accdb, but it then has its own existence. You can, as noted, change it to anything you want.
 

Users who are viewing this thread

Back
Top Bottom