hockeyfan21
Registered User.
- Local time
- Today, 08:56
- Joined
- Aug 31, 2011
- Messages
- 38
Thought this would be easy, but getting error message
Want to run an import spec that imports and appends data from Excel to my Access table. I ran the import process, saved the import spec, naming it "Import-PGI_Data" then, in my VBA for my button:
DoCmd.RunSavedImportExport "Import-PGI_Data"
I keep getting "argument not optional" error.
What am I missing?
Thanks!
Toni
Want to run an import spec that imports and appends data from Excel to my Access table. I ran the import process, saved the import spec, naming it "Import-PGI_Data" then, in my VBA for my button:
DoCmd.RunSavedImportExport "Import-PGI_Data"
I keep getting "argument not optional" error.
What am I missing?
Thanks!
Toni