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
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