VB Debug Menu Showing Wrong Database Name

JamesJoey

Registered User.
Local time
Today, 14:03
Joined
Dec 6, 2010
Messages
642
I imported objects form Access database into a new Access Database.
When I'm in a module code window and select 'Debug' the the compile command is showing the wrong database name.
The name that is displayed is the database I imported from.

I never seen this before.
Any ideas??
James
 
Do you mean the name of the vba project? If so I believe this is normal, I see a vba project name based on what I first named an object or project and it persists.
 
I can't change it. It's on the Debug menu.
It doesn't seem to be causing any issues, though.
Whne I click the File menu in a module the Save databasename shows the correct database.
 
Yes you can, you go to the Tools menu and in there you will see YourProject Properties, click on that and edit the name.

Cheers,
 
Ah, ok, got it.
Great, never thought to check that.

Thanks much,
James
 

Users who are viewing this thread

Back
Top Bottom