Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL 7 with Access Project (Can't export table as a user)

Status
Not open for further replies.

18181956

Programmer
Sep 26, 2003
2
DE
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top