Hi Brent,
It is never a good idea to share an entire Access application. Microsoft
personnel on the Access team have previously identified sharing an entire
database as the number one cause of JET database corruption. The application
should be split into two .mdb files: a front-end (FE) and back-end (BE) file.
A copy of the FE file should be placed on each users local hard drive. The BE
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/10059-re-database-appears-hidden-upon-using.html
file, which contains the tables with the shared data, is placed on the file
server. With this type of arrangement, there is no need to involve a web
browser.
Implementing a Successful Multiuser Access/JET Application
http://www.access.qbuilt.com/html/mu...lications.html
Tom Wickerath
Microsoft Access MVP
http://www.access.qbuilt.com/html/ex...tributors.html http://www.access.qbuilt.com/html/search.html
__________________________________________
"Brent" wrote:
> I have an Access Database in which I have just added a hidden form that will
> be opened upon entering the database. I did this via an AutoExec macro. For
> employees to access the database they click on a link via our intranet. The
> link is extremely simple, it is just the path to the database file via our
> shared drive. Here is where it gets strange: when I access the database
> through windows everything works perfectly. When the link is used the
> database appears to be open but nothing can be seen. It almost appears as if
> the entire database becomes "hidden" for some reason when the link is used.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10059
>
> Does anyone know why this would be happening?
>
> PS. Beware I am a novice Access user. I have been figuring everything out
> on my own and may not be able to answer some of your more technical questions
> you may have in your reply.
>
> Thanks for any help you can give....