RefreshLink

A

Asim Tozlu

Hi NG,


i have two MS Access-Database. The tables from database a are link to
database B.

How i can refresh the links when i move a database to another place.

thanks

greetings from berlin

asim
 
M

Mary Chipman [MSFT]

Access/Jet does not automatically refresh links. You will need to
delete all existing links and create new ones. You can write a
procedure to do this using DAO or ADOX. Code is available if you
search online or ask in one of the Access newsgroups.

--Mary
 
P

Paul Clement

¤ Hi NG,
¤
¤
¤ i have two MS Access-Database. The tables from database a are link to
¤ database B.
¤
¤ How i can refresh the links when i move a database to another place.
¤

Although it uses VB 6.0 the following MS KB article should help:

http://support.microsoft.com/?kbid=275250


Paul
~~~~
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top