J
JethroUK©
I have a split database (Front & Back) - for some reason access cant link to
the back end tables using a relative path (even tho the front and back are
in the same folder) - using absolute path is a pain because i have to
recreate the link every time i'm on a different machine (still developing
it) - having the same trouble with all the mail-merge docs which are
absolute
I imagine there's a way to lose the absolute path in code:
Dim tbl
For Each tbl In CurrentDb.TableDefs
tbl.Connect = ";DATABASE=/CLAIT2006_be.mdb"
Next
but it doesn't work - any pointers much appreciated
the back end tables using a relative path (even tho the front and back are
in the same folder) - using absolute path is a pain because i have to
recreate the link every time i'm on a different machine (still developing
it) - having the same trouble with all the mail-merge docs which are
absolute
I imagine there's a way to lose the absolute path in code:
Dim tbl
For Each tbl In CurrentDb.TableDefs
tbl.Connect = ";DATABASE=/CLAIT2006_be.mdb"
Next
but it doesn't work - any pointers much appreciated