From a Windows application, you try to browse to a folder or file on a network mapped drive and the drive can't be selected. Only the local drives are available.
When User Account Control (UAC) is enabled, if you run a program as Administrator (elevated), you can't see network drives unless a registry setting is changed to allow it.
This is because the mapped drives were created under a login different from the administrator login.
Notwithstanding how ridiculous it is that running as Administrator gives you fewer permissions than other users and prevents you from seeing the mapped drives, the solution is a simple change to the registry. Alternatively, you can login as Administrator and remap the drives.
The following information presumes you know and are allowed to make Windows registry changes.
Under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System, create or set the EnableLinkedConnections value (a DWORD 32-bit number) to 1.
For your convenience, you can download and run this REG file to implement it: policies.reg
Its contents are:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "EnableLinkedConnections"=dword:00000001
Changing the registry doesn't affect your environment until the Group Policy for your PC is updated. From a DOS Command prompt running as Administrator, execute this line to apply the change:
gpupdate.exe /force
It should look like this after it is successful:
If that doesn't work, restart your PC for it to take effect.
For more information, read this Microsoft KnowledgeBase Article 3035277:
Strategic Overview
Microsoft Access within an Organization's Database Strategy
How many simultaneous Microsoft Access users?
Blaming Microsoft Access instead of the Developer
Microsoft Access Version Feature Differences
Microsoft Access Versions, Service Packs and Updates
Microsoft Office 365 Access Update Version Releases
Top 14 Features Added with MS Access 2007
Taking Over Legacy MS Access Databases
Winner of Every Best Access Add-in Award
Set AutoNumber Starting Number Other than 1
Avoid Unnecessary or Duplicate Indexes
Copy Command Button and Keep Picture
Module VBA to Forms and Controls
Subform Reference to Control Rather than Field
Suppress Page Headers and Footers on the First Page of Your Report
Annual Monthly Crosstab Columns
Add Buttons to the Quick Access Toolbar
Collapse the Office Ribbon for more space
Avoid Exits in the Body of a Procedure
Send Emails with DoCmd.SendObject
Error Handling and Debugging Techniques
Error Number and Description Reference
Remote Desktop Connection Setup
Terminal Services and RemoteApp Deployment
Missing Package & Deployment Wizard
Remove 'Save to SharePoint Site' Prompt from an Access Database
Class Not Registered Run-time Error -2147221164
Microsoft Access to SQL Server Upsizing Center
When and How to Upsize Access to SQL Server
SQL Server Express Versions and Downloads
Deploying MS Access Linked to SQL Azure
SQL Server Azure Usage and DTU Limits