L
Laura
I have an Access adp that I need to allow the users to import data from a
csv file. I am using SQL 2000. The syntax I am using is
DoCmd.TransferText acImportDelim, , "dbo.Pack_Cell_Screen", strFilePath, True
It interprets the table name as dbo_Pack_Cell_Screen and therefore does not
recognize the table name. I tried just Pack_Cell_Screen and the user gets
a message that they do not have CREATE table rights. Which of course I do
not want to give them. Can anyone help me?
csv file. I am using SQL 2000. The syntax I am using is
DoCmd.TransferText acImportDelim, , "dbo.Pack_Cell_Screen", strFilePath, True
It interprets the table name as dbo_Pack_Cell_Screen and therefore does not
recognize the table name. I tried just Pack_Cell_Screen and the user gets
a message that they do not have CREATE table rights. Which of course I do
not want to give them. Can anyone help me?