I don't think it is as you envisage. Yes, you can publish an Access
2007 database to a SharePoint site. This makes the application
available to anyone who has access to the site. *But*... it is really
just stored in a document library on the site. To use the application,
as an Access frontend, it gets downloaded to your local machine, and
still runs under the Access 2007 installed on the local machine.
--
Steve Schapel, Microsoft Access MVP
-John
I'm not sure whether your 980K was a typo. 980K is pretty small. 980
MB is pretty big.
You are talking about a LAN here, right? So the 'Shared Drive' is on
one of the machines on the network? Or a server to which all the users
are locally connected? So why is it very very slow?
What you need is for your application to be split into a backend with
the core data tables, and a frontend application file with all the other
Access objects (forms and reports etc). And for each user to have their
own copy of the frontend installed on their own computer, and all
linking via the network to the backend tables, of which there is only
one copy on the server. This is the "standard". Is this what you have now?
"H0MELY" <H0M...@discussions.microsoft.com> wrote in message
news:682CB7A8-28CD-4916...@microsoft.com...