Custom button to mimic favourites button

I have an MS Access db that I use to manage all my work projects and contacts. One feature of this app is an option to flag a project as a favorite which then creates a shortcut (.lnk) file in a folder location I have specially set up which gives me a quick list of all my favorite projects. I then put a link to this folder in the windows favorite and its available in all the standard file open dialog boxes.

I'd therefore like to put a custom button on my DO toolbar which give me a dropdown list of all my favorite projects like the favorites button.

Any suggestions how to do this?

Thanks

Grant

A command like this will give you a menu replicating the Favorites folder from your Windows profile (change the path if you have the shortcuts stored in another folder):

Go PATH /favorites FOLDERCONTENT=nomenusel

More detail about a similar button can be found here: Start Menu button.