I have the following code for a comand button, works find when Database is in MDB format but get an error when in MDE format, I am using Access 2002
'Export File Code
Dim strPathFile As String, strFile As String, strPath As String
Dim strRpt As String, strBrowseMsg As String, strQuery As String...