Error when importing Excel document

D

Don

I received the following error message when importing a
Excel document into my access database.

Run-time error 3709. The search key was not found in any
record.

I use the following line of code.

DoCmd.TransferSpreadsheet transfertype:=acImport,
TableName:="tmpBalance", FileName:="c:\temp\balance 08-04-
03.xls", hasfieldnames:=True, Range:="A:J"

Any clue what is wrong?

Thanks

Don
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top