First, you should never share anything but data across the network. Not only
can it be a security problem, but you will most certainly eventually corrupt
your file. Split the database into 2 files, a back-end with just the data
tables, and a front-end linked to it with every thing else. There is even a
built-in wizard to help you do that:
Tools ... Database Utilities ... Database Splitter
Now, leaving a copy of the front-end on the server as a backup, place a copy
of the front-end on each user's workstation. Put a shortcut on the desktop
to the new front-end on each workstation. All you problems should now go
away.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"David W." <(E-Mail Removed)> wrote in message
news:5706FDCF-48EF-4CC1-A2BD-(E-Mail Removed)...
> I'm using MS Access 2002, I've just upgraded to IE7 now the database that
> I
> use across the network will no longer open. It reports that:
>
> "This file is located outside your intranet or on an untrusted site.
> Micrsoft Access will not open the file due to potential security problems.
> To
> open the file, copy it to you machine or an accessible network location."
>
> I can't copy to this PC because several people use the database from
> different PC's. I tried changing the workgroups so that they are in the
> same
> workgroup but this didn't help. This problem has happened to all the PC's
> that now have IE7 on them, all other PC's work fine.
>
> What can I do?