Change application icon on Microsoft Access database not working

WebCool 0 Reputation points
2023-02-17T07:59:25.3233333+00:00

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:

2023-02-17_08-48-52

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.

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
876 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ListO 0 Reputation points
    2024-08-13T04:27:49.5666667+00:00

    I have encountered the same problem. I cannot make it work.

    I think this is just the result of too many meetings at microsoft. They left out this 'petty' feature because they don't pay that much attention to the needs of the non-MS programmers who want a good, slick looking product for their clients.

    IMHO...

    -cs

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.