barrientos101
Programmer
I am splitting my database so I have a backend database. It is in the same directory as the front end. The problem is, when I move them both to a different directory, but both still in the same directory, I get the error message, "Could not find file [hard-coded original path]".
Is there any way I can preserve just the relative path so I don't have to relink tables?
Since I do know the relative path, I could probably fix the broken links in VBA code (at which I am pretty good, being a professional programmer in C), but I'd rather not have to.
Any help would be appreciated
Is there any way I can preserve just the relative path so I don't have to relink tables?
Since I do know the relative path, I could probably fix the broken links in VBA code (at which I am pretty good, being a professional programmer in C), but I'd rather not have to.
Any help would be appreciated