While it's possible to do what you're describing, it's a very bad idea.
Having multiple people open the same database increases the possibility of
database corrupting significantly. As well, having the application part of
the database (i.e. the forms, reports, macros and modules) on the server
increases the amount of network traffic, since all those objects need to be
copied to the workstation to be executed.
Splitting a database is a trivial exercise. I can't think of a legitimate
reason not to do it.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"Majed" <(E-Mail Removed)> wrote in message
news

0946B10-E156-4074-8670-(E-Mail Removed)...
> Do I really need to split the database to share it?
> Can't I put it in a share folder and then create shortcuts for it on the
> computers that need to have access to it?