I'm using this code:
Application.CurrentProject.Properties.Add "AppIcon", Application.CurrentProject.Path & "\myicon.ico"
Application.RefreshTitleBar
to change the application icon of my access database, but the Access icon is still displayed in the main, like this:
Forms and reports are updated with the customiced Icon, but not the "main" icon as shown.
I have tried to use different code, like this:
CurrentDb.Properties("AppIcon").Value = CurrentProject.Path & "\myicon.ico"
Application.RefreshTitleBar
But still no updates for the "application" icon.
PS:
This code has been working for several years, but lately its not updating the "application" Icon.