Update Project Name Programmatically

robgriff

New member
Local time
Today, 23:21
Joined
Mar 18, 2002
Messages
9
I'm attempting to update the the project name of an .mdb using a VB application. I've successfully connected to the .mdb using the OpenCurrentDatabase method.

However, when I attempt to access the CodeProject method (where I assume the Project Name property resides) I'm getting run-time errors. I can access the CurrentProject method but the Project Name property doesn't appear to reside there.

Can anyone suggest where the Project Name property resides and how to update through VBA?

Any ideas would be greatly appreciated. Thanks
 

Users who are viewing this thread

Back
Top Bottom