J
jrmurphy82
Hi,
I have an access database that works on every computer except one. The
computers are all running the same version of Windows (XP Pro) and Office
2007.
The line of code causing my problem is shown below:
DoCmd.OutputTo acOutputReport, stDocName, , , True
stDocname is a string.
The line of code originally contained acFormatXLS for the OutputFormat
argument, but it kept throwing an error on the one computer. So I took it
out of the code in order to have Access prompt the user to choose a file type.
On the computers that work, we get the full list of output types including
two .xls formats.
On the computer that doesn't work, the .xls formats are missing from the list.
Many other forums have suggested using the TransferSpreadsheet method, but
this will not be suitable for our purposes.
Can anyone please suggest a reason why .xls would not show up as an output
format?
Thank you in advance for any help.
I have an access database that works on every computer except one. The
computers are all running the same version of Windows (XP Pro) and Office
2007.
The line of code causing my problem is shown below:
DoCmd.OutputTo acOutputReport, stDocName, , , True
stDocname is a string.
The line of code originally contained acFormatXLS for the OutputFormat
argument, but it kept throwing an error on the one computer. So I took it
out of the code in order to have Access prompt the user to choose a file type.
On the computers that work, we get the full list of output types including
two .xls formats.
On the computer that doesn't work, the .xls formats are missing from the list.
Many other forums have suggested using the TransferSpreadsheet method, but
this will not be suitable for our purposes.
Can anyone please suggest a reason why .xls would not show up as an output
format?
Thank you in advance for any help.