Solved Separate Icons for each apps (1 Viewer)

freuzo

Member
Local time
Today, 05:55
Joined
Apr 14, 2020
Messages
98
Hello everyone,

I have a few access apps for my users, but all those apps open in just one icon in the taskbar.
Is there a way to have one separate icon for each one of my applications ?

Thanks.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 12:55
Joined
May 7, 2009
Messages
19,247
google Grouping on the Taskbar.
 

freuzo

Member
Local time
Today, 05:55
Joined
Apr 14, 2020
Messages
98
I did but if I disable the Grouping it will affect ALL apps on the Taskbar. Unless am I missing something?
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 00:55
Joined
Feb 19, 2002
Messages
43,346
You can assign an icon to each Access app.
AccAppIcon.jpg
 

Eugene-LS

Registered User.
Local time
Today, 07:55
Joined
Dec 7, 2018
Messages
481
Is there a way to have one separate icon for each one of my applications ?

Try this way:
Сreate a shortcut (on the desktop) with a command like:
Code:
"C:\Program Files\Microsoft Office\root\Office16\MSACCESS.EXE" "D:\MSAProjects\YourFolderName\YourAppName_v001.accdb" /NoStartup

Then set desired icon to this shortcut.
 

Eugene-LS

Registered User.
Local time
Today, 07:55
Joined
Dec 7, 2018
Messages
481
Just wondering why you added the /NoStartup switch in this context
This option starts Microsoft Access without displaying the startup dialog box.
You are right - it is acceptable without this option.
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 00:55
Joined
Feb 19, 2002
Messages
43,346
Yes, you can create a shortcut and you can assign an icon to a shortcut BUT as I pointed out with pictures, you can also assign the icon to the app directly. But thanks for the alternate method just in case someone wasn't aware that shortcuts could take icons.
 

isladogs

MVP / VIP
Local time
Today, 05:55
Joined
Jan 14, 2017
Messages
18,246
Despite its name, /NoStartup does NOT hide the Access splash screen
It is a legacy command line switch dating back to A2003 when it was used to hide the task pane
It does nothing in more recent versions of Access.
See my article

if you do want to hide the splash screen for any reason, there is another approach that does work
 
Last edited:

isladogs

MVP / VIP
Local time
Today, 05:55
Joined
Jan 14, 2017
Messages
18,246
I was just adding background info to my post when you replied. You may not have seen the edited response
 

freuzo

Member
Local time
Today, 05:55
Joined
Apr 14, 2020
Messages
98
You can assign an icon to each Access app.
View attachment 103986

I already knew that (with the icons in the same folder and all) but even with that my icons are only displayed when they want (not very often).

But I just added this suggestion...

Try this way:
Сreate a shortcut (on the desktop) with a command like:
Code:
"C:\Program Files\Microsoft Office\root\Office16\MSACCESS.EXE" "D:\MSAProjects\YourFolderName\YourAppName_v001.accdb" /NoStartup

Then set desired icon to this shortcut.

.... and boom !!!!!

Capture d’écran 2022-10-21 033000.png



Each has its icon and those icons ALWAYS show up.

This is just great, guys. 🤩🤩🤩

Thank you very much everyone. 🙏
 

Gasman

Enthusiastic Amateur
Local time
Today, 05:55
Joined
Sep 21, 2011
Messages
14,350
Seems easier and tidier to me, if it is set in the app and be done with it?
 

isladogs

MVP / VIP
Local time
Today, 05:55
Joined
Jan 14, 2017
Messages
18,246
Seems easier and tidier to me, if it is set in the app and be done with it?
I agree . . . when it works
However, I agree with the OP, in some cases it fails and I've never been able to work out why
 

freuzo

Member
Local time
Today, 05:55
Joined
Apr 14, 2020
Messages
98
I agree . . . when it works
However, I agree with the OP, in some cases it fails and I've never been able to work out why

Exactly. But now I guess we all have a way to go around that issue.

Now, while building my installer, I hope to find a way in vbscript to get that MSACCESS.EXE location on the user pc.
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 00:55
Joined
Feb 19, 2002
Messages
43,346
And I've never had a problem with specifying the icon in Access so there we go.
 

isladogs

MVP / VIP
Local time
Today, 05:55
Joined
Jan 14, 2017
Messages
18,246
I experimented before my last reply loading 4 databases with app icons. The first 3 showed the app icon in the taskbar and the 4th didn't.
I changed the order and even the icon used and one still displayed the Access icon each time

Normally I will only have one or at most 2 Access apps open at once. Even then the individual taskbar icon doesn't always work for me
 

freuzo

Member
Local time
Today, 05:55
Joined
Apr 14, 2020
Messages
98
Have you also tried it with the extended shortcut ?
Code:
"C:\Program Files\Microsoft Office\root\Office16\MSACCESS.EXE" "D:\MSAProjects\YourFolderName\YourAppName_v001.accdb"
 

isladogs

MVP / VIP
Local time
Today, 05:55
Joined
Jan 14, 2017
Messages
18,246
Have you also tried it with the extended shortcut ?
Code:
"C:\Program Files\Microsoft Office\root\Office16\MSACCESS.EXE" "D:\MSAProjects\YourFolderName\YourAppName_v001.accdb"
Hi. Not sure if that's addressed at me...
Yes - that's the method I normally use when I want to do this reliably (without the /NoStartUp switch!)
 

Users who are viewing this thread

Top Bottom