Donna,
What I suspect might be causing the problem is this.
Suppose the database is on the C: drive of the computer whose name is
"ROSS", in the file
C:\data\somefolder\ourdatabase.mdb.
And the data for the linked tables is on the same drive, in
C:\data\otherfolder\linkeddata.mdb
Suppose also that (as you've said) the whole of ROSS's C drive is shared
under the name CDRIVE.
If you open the database on ROSS, the linked tables can point to
C:\data\otherfolder\linkeddata.mdb
But if you're working on another another machine (let's call it
"CROMARTY"), C: refers to SHAW's C drive, and you have to map ROSS's
shared C drive - for which the UNC name is \\ROSS\CDRIVE to some other
letter (e.g. F
. This means that when someone opens the database on
CROMARTY, the linked tables will need to point to
F:\data\otherfolder\linkeddata.mdb
And if there's another machine ("FIFE") on which \\ROSS\CDRIVE is mapped
to E: instead of F:, the linked tables will need to point to
E:\data\otherfolder\linkeddata.mdb
On the other hand, if you point the linked tables at
\\ROSS\CDRIVE\data\otherfolder\linkeddata.mdb
they will work on all machines without alteration.
John,
I have looked at our peer-to-peer network which uses 98 2nd Ed. It is set-up
to share the C-drive on each computer and not just specific files. Is this
the problem? Where would we use your example of a naming convention to share
the database without using drive letters? I have read Microsoft's Support on
setting up a network using 98 but did not come across any information that
would help setup sharing a file without using a drive letter.
I'll practice splitting a copy of our database to see if I run into any
problems.
Thanks again,
Donna
John Nurick said:
On Thu, 28 Aug 2003 15:03:31 -0500, "DSmith"
John,
Our network is peer to peer. Would using the UNC still be true?
Yes.
What does UNC stand for?
Uniform, or universal, naming convention, or some such.
I have thought about splitting the database but would like to
read more on the pros and cons. Although, our database is large it
does
what
we need it to do without any corruption or problems in 9 years. I'd
hate
to
cause any due to ignorance on my part.
Splitting tends to prevent corruption and other problems with multi-user
databases ... so if you're not having any problems the case for
splitting isn't quite so strong. I'd still be inclined to do it as a
precaution, especially if the database is large and precious.
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.