Thanks, that's what I needed! I haven't had a chance to set up Outlook yet, but I haven't forgotten about this either. Will investigate how it's launching the folders when I have a moment.
Also, I am using this code which is VBA from an MS Access Database we use.
Case "btnPlans"
If Not IsNull(CurrentProjectName()) Then
Application.FollowHyperlink ProjectFolders() & CurrentProjectName() & "\Plans"
End If
This translates to Application.FollowHyperlink P:\Projectname\Plans\
It has always opened Directory Opus but now opens the default file explorer being windows.
Is there something I can add to this code? Or will this be fixed in 12.29?