forcing a requery

  • Thread starter Thread starter tracey
  • Start date Start date
T

tracey

I have written a application that is on a network.
Multiple people will be using it simultaneously. How can
I requery all sessions when each user adds or changes a
record?
 
Did you split the database and deploy to each user their own copy of the
frontend? Are all the users linked to the same backend? If so, then access
should handle this for you.
 
no I didn't split the datebase or give each user their own
copy. Are there other advantages to splitting a database
into a front end and then a backend. Is splitting the
database the only option I have to refresh all sessions?
 
Back
Top