I want to edit a database on two different computers at the same
time. I am not using a "server". I am on a lan. I need to do
this in Acess 2007. How??
Others have explained how to do this on a LAN, but it's also
possible to use Jet Replication in situations where you don't have a
LAN, but need to have two people editing your data at the same time.
That's obviously not your situation so not applicable to you, but I
think it's helpful to have the possibility raised for others who
encounter this thread in the Google Groups archives.
One point: a replicated app, just like an on-replicated app, needs
to be split, though it's even more crucial with replication, as Jet
replication causes real problems when used on front-end objects. Put
another way, replication should *never* be used on a front end --
only ever on data tables (though it's also completely safe for
queries, which like tables, are pure-Jet objects).