D
Don Wiss
In my macros I import from workbooks all the time. Now I want to import my
first table. I deleted the table first. Then any variation of an import
fails. I have tried two computers, as someone thought my Access might be
corrupted. The path below is correct. I can put it in Explorer and the
database opens and the target table exists.
With:
DoCmd.TransferDatabase acImport, "Microsoft Access", "I:\Fac DUOP\GL-Parms\GL-Master.mdb", acTable, "PO_LossCosts"
The error is:
"The object name '' you entered doesn't follow Microsoft Access
object-naming rules."
With:
DoCmd.TransferDatabase acImport, , "I:\Fac DUOP\GL-Parms\GL-Master.mdb", acTable, "PO_LossCosts"
The error is:
"The type isn't an installed database type or doesn't support the
operation you chose."
I am using Access 2002 for both databases. Searching on the web for these
errors doesn't find anything relevant.
I believe there is some macro builder facility in Access. I tried to find
it to see what code it created, but I couldn't find it. And again the web
was of no help.
Don <www.donwiss.com> (e-mail link at home page bottom).
first table. I deleted the table first. Then any variation of an import
fails. I have tried two computers, as someone thought my Access might be
corrupted. The path below is correct. I can put it in Explorer and the
database opens and the target table exists.
With:
DoCmd.TransferDatabase acImport, "Microsoft Access", "I:\Fac DUOP\GL-Parms\GL-Master.mdb", acTable, "PO_LossCosts"
The error is:
"The object name '' you entered doesn't follow Microsoft Access
object-naming rules."
With:
DoCmd.TransferDatabase acImport, , "I:\Fac DUOP\GL-Parms\GL-Master.mdb", acTable, "PO_LossCosts"
The error is:
"The type isn't an installed database type or doesn't support the
operation you chose."
I am using Access 2002 for both databases. Searching on the web for these
errors doesn't find anything relevant.
I believe there is some macro builder facility in Access. I tried to find
it to see what code it created, but I couldn't find it. And again the web
was of no help.
Don <www.donwiss.com> (e-mail link at home page bottom).