Link

S

SteveC

I have a database on a pc and server, I have recently transfered the database on the new pc and and server, change the shortcut path on the destop on the pc, and changes the link between the pc and the server, the database is working until you click on on button so far inot the database, and i receive this message. '\\tfp 6\maindatabase\tables\TFPt_4-4_be.mdb' is no a valid path....how is this, when i have reset all the links though link manager., I have in the VB code,

Call pathToTable
Set db = DBEngine.OpenDatabase(StrDatasource)..this work in the other forms that i have.

PLEASE HELP....kinda stuck!
 
Top