Whenever I attempt to use the DESKTOPTODEVICE function, the program always ends up not responding. Any help would be appreciated.(here is the code
Dim result As Long, sPath As String, sTableList As String
sPath = "c:\Program Files\wilson\history.mdb"
sTableList = "tblUPC.."
'Export table to remote device.
result = DESKTOPTODEVICE(sPath, sTableList, False, False, ""
If result = 0 Then
MsgBox "Transfer Successful"
Else
MsgBox "An error occurred transferring the data: " & result
Exit Sub
End If
Dim result As Long, sPath As String, sTableList As String
sPath = "c:\Program Files\wilson\history.mdb"
sTableList = "tblUPC.."
'Export table to remote device.
result = DESKTOPTODEVICE(sPath, sTableList, False, False, ""
If result = 0 Then
MsgBox "Transfer Successful"
Else
MsgBox "An error occurred transferring the data: " & result
Exit Sub
End If