G
Guest
I would like to have a spreadsheet that the user is prompted to find and have
that spreadsheet populate to a specific table. I have researched this site a
bit and found that I probably want to use "docmd.transferspreadsheet". My
problem is I can't get the command to work. The following is the command I
am using:
DoCmd.TransferSpreadsheet acImport, , "Test"
I assumed that by leaving areas blank it would prompt the user (like
exporting to excel).
As always thanks for your help.
Robert
that spreadsheet populate to a specific table. I have researched this site a
bit and found that I probably want to use "docmd.transferspreadsheet". My
problem is I can't get the command to work. The following is the command I
am using:
DoCmd.TransferSpreadsheet acImport, , "Test"
I assumed that by leaving areas blank it would prompt the user (like
exporting to excel).
As always thanks for your help.
Robert