Hallo
I need some help. I have a Database on a SQL Server 7. I want to export a table with this script:
DoCmd.TransferDatabase acExport, "MicrosoftAccess", "A:\bemfrc.mdb",
acTable, "BasicDepInfo", "BasicDepInfo"
I am the dbo owner and I don't have any problem doing it but if I log on as a user it gives me a popup: can't find the object "BasicDepInfo"
Do I have to change any rights for the user that he can export the table or is there any other way? Any suggestions???
Thank you.
Sieglinde
I need some help. I have a Database on a SQL Server 7. I want to export a table with this script:
DoCmd.TransferDatabase acExport, "MicrosoftAccess", "A:\bemfrc.mdb",
acTable, "BasicDepInfo", "BasicDepInfo"
I am the dbo owner and I don't have any problem doing it but if I log on as a user it gives me a popup: can't find the object "BasicDepInfo"
Do I have to change any rights for the user that he can export the table or is there any other way? Any suggestions???
Thank you.
Sieglinde