chriske911 said:
bad NIC, I had to have a few copy commands going sour before I was
convinced, other NIC solved my problem
Ah, glad you could track it down. But this corrupted the FE which was
on your own system? If so that's unusual.
I was connected with the back end to fullproof my code, I don't see any
other convenient way to do this other then relinking every time I deliver a
compiled front but I skipped that one out of laziness, I'll think twice next
time
From my Splitting your Microsoft Access MDB into a front end and back
end page at my website.
At one client I use a variation of the drive letter approach and don't
bother to relink the tables. I have two three line batch/cmd files. In
one I use the SUBST command to create a drive letter which is the same
as the server drive letter. In the other I use the NET USE command to
link to the drive letter on the server. In both cmd files I delete the
SUBST and the NET USE first.
I then copy the clients live BE data MDB to my system every day or two
to ensure I'm working with a reasonably current copy of their data. I
can then do any testing I want on my own system without affecting the
live BE. This includes accidentally deleting the entire contents of
one transaction table when I forgot to put a WHERE clause on a DELETE
query. <smile> I run the above cmd files to switch between using the
live BE and my copy of it. If I need to update the backend's tables,
fields and/or relationships I wait until the end of the day when
everyone is out of the system. Once added I copy it down again.
I also have an always open form in the corner which, for me only, is
pale yellow if the BE is on a local hard drive. However if the BE is
on a network drive this form becomes the reddest possible value. This
makes an excellent visual warning for me to be very careful what I do.
<smile>
Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm