I have a db split in FE and a BE.
I already have implemented a piece of code for relinking the 2 ends (with a select folder dialog) in case of the BE has moved.
How can I get (through VBA) the OLD PATH of my back end?
I mean if the BE was in "c:\dbold" and I move it to another location, how can I get the String "c:\dbold" (BEFORE of course) I choose another dir and link it to the new location?
I already have implemented a piece of code for relinking the 2 ends (with a select folder dialog) in case of the BE has moved.
How can I get (through VBA) the OLD PATH of my back end?
I mean if the BE was in "c:\dbold" and I move it to another location, how can I get the String "c:\dbold" (BEFORE of course) I choose another dir and link it to the new location?