I would like to fetch some properties that are stored in a backend-database from the frontend-database. How can I do this?
When I want to fetch a property from the same database this works:
But what do I exchange "CurrentDb()" with to get a property from the backend?
When I want to fetch a property from the same database this works:
Code:
myString = CurrentDb().Properties("LatestVersion")
But what do I exchange "CurrentDb()" with to get a property from the backend?