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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export Table

Status
Not open for further replies.

18181956

Programmer
Joined
Sep 26, 2003
Messages
2
Location
DE
Hi, my name is Sieglinde
I am working on a Database (Access Project) with multiple users. Right now, I am working on the exportation of tables. I use the command
DoCmd.TransferDatabase acExport, "Microsoft Access", "A:\Example.mdb",
acTable, "Table_Export", "Table_Destination"
I am the owner of the database and I have no problem with the exportation but if a user is doing it, it gives the erreur: Can't find the object "Table_Export". I know the user has all the permissions for this table. Is there anything I forgot???? Is there anybody who can help me? Thank you very much in advance.

Sieglinde
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top