I have an Access project linked to a PostgreSQL database (linked tables).
I need to be able to switch dynamitically between one PostgreSQL database
and another according to the request from the user.
Anyone have any code that will do this?
I assume it will require me to re-link all the tables.
Jonathan Blitz