A family of Microsoft relational database management systems designed for ease of use.
I've used this:
http://www.fabalou.com/Access/Modules/refreshtables.asp
That code simply relinks any table that is already linked, with the database pathname you supply. It's simple but effective. I'd make some changes - for example, declare your variables fully qualified instead of simply the object name - but by and large it will work.
If you need more control over the situation then the JStreet process would give you that control.