Set AppTitle from VBA

W

Wally

I can change the application title with:

dbs.Properties("AppTitle") = "New title"

but it doesnt show until I shut down and open the database
again. How do I make it update immediately?
 
Top