It was probably split into a front-end (containing the queries, forms,
reports, macros and modules), linked to a back-end (containing the tables
and relations). The linkage is hard-coded: it's an absolute path.
Afraid I don't have Access 2 installed on this machine anymore, and I don't
remember whethere it was called the Linked Table Manager or the Attachment
Manager, but look under Add-Ins on the Tools menu to relink which back-end
to use.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"Man Utd" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> We got an Access 2 application which was written long time ago.
> I was testing and investigating the business logic of it. I copied the
> whole
> lot of files (.mdb, .ldb, .dll, .mda,...) into another temp directory.
> Then I ran the .mdb from that temp directory, however, I found the
> original
> Access database was changed whenever I played with the application.
>
> How come the Access application linked to the original data?
>
>