I have a database that I will like to share in a network configuration. What
is the best and easy way to share the same data?
On a fast, stable Local Area Network, use a "split" database - a shared
backend containing nothing but tables, and each user with a frontend
containing the forms, reports, queries etc. See
http://www.granite.ab.ca/access/splitapp.htm for a detailed overview.
On a wide area (remote) network, you may need to use a terminal server
application such as Windows Terminal Server or Citrix - Access doesn't "play
nice" over a WAN. Alternatively you could store the data in SQL/Server and
revise your database to link to the SQL tables. There's a page on Tony's
website above about issues with upsizing to SQL.
John W. Vinson [MVP]