How to Update Access ?

hi,
I have an Access 2000 (used as Server) on one computer and about 20 clients (also Access 2000).
clients update (insert, delete, update) their own Access, and then copy their data in Server Access.
the problem is :
one client cannot see the changes made by another one, every one sees only its own changes unless the Server Access is closed and opened.

is there any way to update the Server Access so that all clients see the changes made by others without closing and restarting the Server Access ?
[528 byte] By [Exceter] at [2007-11-18 18:37:44]
# 1 Re: How to Update Access ?
hi
why don't u separate code,forms from the data (split the database)
then put only data on the server and put only code on the clients

this way all users update dat on the same file and they'll be able to see others changes.

also check that the cursor is dynamic.
hspc at 2007-11-9 13:37:18 >
# 2 Re: How to Update Access ?
OK, thanx for reply.
I'll try that.
Exceter at 2007-11-9 13:38:18 >
# 3 Re: How to Update Access ?
Originally posted by Exceter
hi,
I have an Access 2000 (used as Server) on one computer and about 20 clients (also Access 2000).
clients update (insert, delete, update) their own Access, and then copy their data in Server Access.
the problem is :
one client cannot see the changes made by another one, every one sees only its own changes unless the Server Access is closed and opened.

is there any way to update the Server Access so that all clients see the changes made by others without closing and restarting the Server Access ?

I believe that's called replication and reconciliation ...
M Owen at 2007-11-9 13:39:27 >