Hello,

I've got a Split database, where there a lot of back-end databases. There is one Backend-database for each customer. And there is also only one back-end linked at a time.

Now I want to update all of these back-end databases for the release of a new front-end version.


when I try this:
Code:
DoCmd.TransferDatabase acLink, "Microsoft Access", Text1.Value, acTable, "Analyses",
...