Import Object from other database ?
The statement I show below copy "Budgetregister" from current database to database "Account3.accdb" as "BudgetRegister1".I need a statement for the opposite - I must copy a register from one database to current database (the database in which I execute this command")
How does such a stemant look? - DoCmd.Importobject is not a valid comand ?
DoCmd.CopyObject "Account3.accdb", "Budgetregister1", acTable, "Budgetregister"
Thanks in advance
OMN.