Hi Alex and thank you for the answer.
I tried the code that you suggested, and as long the BE is without password,
it works great.
In the Function fRefreshLinks I've replaced the line
.Connect = ";Database=" & strDBPath
With the line
.Connect = ";Database=" & strDBPath & ";PWD=2020" (2020 is the P.word)
And something strange is happening: it allows me to reconnect the FE with the
BE only once, and when I'm trying to reconnect again, I'm getting error #:
3031 – illegal Password.
Do you have any idea why that is, and how it can be solved?
AviA
Hi,
well, can't say right now, never had this. this code works at me for years.
I would try to change password to something with text, to be sure that this
is not a numbers only issue.

Signature
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Hi Alex and thank you for the answer.
>
[quoted text clipped - 14 lines]
>
> AviA
mrtharp@gmail.com - 28 Apr 2006 15:11 GMT
Are you closing the connection in the FE? Maybe it is dropping the
connection, and not reestablishing it in the same way as you did
initially.
-Mike Tharp-
> Hi,
> well, can't say right now, never had this. this code works at me for years.
[quoted text clipped - 30 lines]
> > Message posted via AccessMonster.com
> > http://www.accessmonster.com/Uwe/Forums.aspx/access-multiuser/200604/1