I didn't see the other thread, so I don't know if this answer has been given
already, but...
Corruption is most often caused by network issues; a bad NIC, bad hub,
electrical interference on a segment, etc. However, I have heard of reports
of database corruption when using different versions of Access to hit the
same tables (back-end database). Before you investigate network problems
(which can be expensive) you should get all of the users on the same version
of Access.
In corruption terms, there is no difference between and MDE or an MDB as far
as I know. That said, I always prefer to give my users an MDE if at all
possible, as it keeps them from messing up the application. So by all
means, your first step is to upgrade to the same version. Second, make the
FE an MDE. If you still have corruption issues, look at your network.
For more on corruption, look here:
<a style='text-decoration: underline;' href="http://www.granite.ab.ca/access/tipsindex.htm" target="_blank">http://www.granite.ab.ca/access/tipsindex.htm</a> for Tony Toew's Corrupt
Database FAQ
--
--Roger Carlson
Access Database Samples: <a style='text-decoration: underline;' href="http://www.rogersaccesslibrary.com" target="_blank">www.rogersaccesslibrary.com</a>
Want answers to your Access questions in your Email?
Free subscription:
<a style='text-decoration: underline;' href="http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L" target="_blank">http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L</a>
"Abbey Normal" <AbbeyNormal.DeleteThis@discussions.microsoft.com> wrote in message
news:9C4E2858-4658-4D6C-A44B-085735DB9301@microsoft.com...
> Hi All,
> I've read this thread because I'm experiencing a similiar problem. I have
a
> multi-user DB which is experiencing a lot of corruption; I'm in the
process
> of splitting it and putting a MDB on each users desktop. My problem is
that
> of the 10 users, 4 are at a lower version of access, so I can't distribute
an
> MDE to all users. I tried running one of our reports from the new FE (mdb)
,
> and I got a lot of paging errors. It seemed to work better with an MDE,
which
> is what I'd like to use. My question is, would it be worth it to upgrade
the
> other 4 users so I can have everyone utilize an MDE? can I use a combo of
> MDE/MDB or would that be a nightmare for me?
> If MDB works just as well, should I go just stick with that?
> Thanks for any infomation you can send my way....
> "ThomasAJ" wrote:
>
> > I have a database that is split in two for code and data.
> >
> > Currently in my small LAN I point users' desktop icons to CODE.MDB that
is
> > on the main PC. Is it better from "data corruption (ie DATA.MDB)"
perspective
> > to create a CODE.MDE and distribute that to the users' PCs.
> >
> > NOTE Please don't go into linked tables issues, licences etc.
> > I just want opinions on whether there is less chance of data corruption
> > should a user PC for example fail while the application is open. Or it
makes
> > no difference.
> >
> > --
> > Regards
> > Tom<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Is there less chance of data corruption with MDE file.