Record sync on a LAN

M

mcnewsxp

my users are complaining that that don't see added record from other
workstations still they shut down and restart the app. anyway to remedy
this?

tia,
mcnewsxp
 
N

NetworkTrade

presuming you have a split database with each user having their own
frontend....one doesn't need to shut down / restart - but one does have to
refresh.

data is pulled in when opened...ie. a form, combobox, query etc......

for the data to be updated that form/query (generically speaking "object")
must refresh. you can close and reopen that object or in code make the
object refresh/requery.

Access is event driven. So you must figure out a trigger to
refresh/requery, maybe a timer, or maybe - as I do - just explain to users
they must close and reopen.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top