I currently view pdf files via a command button with the following code; Dim strPath, strFileName As String strPath = Me.tbFPath strFileName = Me.tbFName ShellExecute Me.hWnd, "open", strPath & strFileName, "", "", SW_SHOW I can not find any documentation on this as...