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