Split database, roll back can I?

romio

Registered User.
Local time
Yesterday, 23:09
Joined
Apr 20, 2005
Messages
68
I have done the mistake of not keeping a backup, what I did is split my database file access and then created my mde file, I need to change some data on my tables, but I get the msg that I cant edit a linked table, is there a way that I could put things back the way it was, also this path that was created is it possible to change for future purposes (I might have to move the dir into a different path)

Thanks.
 
romio said:
I have done the mistake of not keeping a backup,

Thanks.

Do you mean that you do not have the .mdb?
 
When you work with a split database, you need to modify table definitions in the back end database. You can't modify them in the front end database.

You can use the Linked tables manager in the front end to relink if you need to move the back end to a different location.
 

Users who are viewing this thread

Back
Top Bottom