C
ChoonBoy
Can some one help me with this.
I am using Dev Ashish codes
http://www.mvps.org/access/tables/tbl0009.htm
My BE has a password "test"
I modified the following line below to incoporate the password.
Set dbLink = DBEngine(0).OpenDatabase(strDBPath, False, False, "MS
Access;PWD=test")
I run the code using a command button
Private Sub Command9_Click()
fRefreshLinks
End Sub
I get this error and the link does not change.
Table 'Tbl_ValueMS Access' was not found in the database.
\\IBM-89878\A_IBM1_shr\BSCBE.mdb. Couldn't refresh links.
Tbl_Value is in the BSCBE.mdb.
Please tell me where else I need to modify to get it going smoothly.
Thanks
I am using Dev Ashish codes
http://www.mvps.org/access/tables/tbl0009.htm
My BE has a password "test"
I modified the following line below to incoporate the password.
Set dbLink = DBEngine(0).OpenDatabase(strDBPath, False, False, "MS
Access;PWD=test")
I run the code using a command button
Private Sub Command9_Click()
fRefreshLinks
End Sub
I get this error and the link does not change.
Table 'Tbl_ValueMS Access' was not found in the database.
\\IBM-89878\A_IBM1_shr\BSCBE.mdb. Couldn't refresh links.
Tbl_Value is in the BSCBE.mdb.
Please tell me where else I need to modify to get it going smoothly.
Thanks