Hi,
here a sample code:
CurrentDb.Properties("AppIcon") = "C:\MyIcon.ico"
Application.RefreshTitleBar
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"Todd" <(E-Mail Removed)> wrote in message
news:A528BF49-2988-422D-89A8-(E-Mail Removed)...
> How can I change the standard access icon on my dbase I created to another
> one programatically as opposed to doing it manually when I create a
> shortcut
> on my desktop? I'd like for my split and secured dbase FE icon to be
> something else and when I deploy the exe the icon would already be there.
> Any suggestions? I'm sure it can be done but I apparently haven't found
> out
> how.
> --
> Todd