M
M Skabialka
I developed an Access database in access 2007 with multiple functions
extracting from and exporting into Excel worksheets. Then I found out the
user was incorrect in thinking they had Office 2007, they have Office 2003,
and had downloaded a converter for Word and Excel 2007 files. I converted
the database to Access 2003 and it runs OK in Access 2007, but on a test
machine with only Office 2003 got multiple errors.
I was able to solve most of the reference problems by manipulating which
references were checked.
But:
Combos do not show any data even though the query in the row source works
fine, even if I create a new combo.
I created and used an Import specification for the Excel data but DoCmd.Run
SavesImportExport "ImportExcel" shows Compile Error "Method or data member
not found".
How do you create a saved import specification in Access 2003?
What could be my combo problem?
Mich
extracting from and exporting into Excel worksheets. Then I found out the
user was incorrect in thinking they had Office 2007, they have Office 2003,
and had downloaded a converter for Word and Excel 2007 files. I converted
the database to Access 2003 and it runs OK in Access 2007, but on a test
machine with only Office 2003 got multiple errors.
I was able to solve most of the reference problems by manipulating which
references were checked.
But:
Combos do not show any data even though the query in the row source works
fine, even if I create a new combo.
I created and used an Import specification for the Excel data but DoCmd.Run
SavesImportExport "ImportExcel" shows Compile Error "Method or data member
not found".
How do you create a saved import specification in Access 2003?
What could be my combo problem?
Mich