CurrentDb.Properties("AppTitle") = "New Application Title"
The "trick" is that the property doesn't exist unless you've created it,
either by setting the title through Tools | Startup, or using the
CreateProperty method.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"CW" <(E-Mail Removed)> wrote in message
news:6083FE1B-6B85-41E2-9787-(E-Mail Removed)...
>I wanted to call the latest version of my app by a different name so I
>copied
> the mdb and re-named the new file.
> However, when it opens, the old name is still shown in the title bar
> (blue,
> at top of screen). Look as though simply re-naming the filename isn't
> enough?
> I have looked all over the place but cannot see how to change this.
> Somebody, please???
> Thanks
> CW