G
Guest
I posted a question yesterday and I did receive a reply,
however I am still curious if there is a way to force a
requery on another session? Below is the original
question, reply and follow up question. If anyone has any
suggestions, I would be forever grateful!!
OriginalQuestion: 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?
Reply: 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.
Next Question: no I didn't split the datebase or give each
user their own copy. Is splitting the database the only
option I have to refresh all sessions? Are there other
advantages to splitting a database into a front end and
then a backend.
I have noticed that I have had connection problems when I
have done this in the past. After reading the help files
regarding "split", the users can change their front end,
which I do not want to allow!
however I am still curious if there is a way to force a
requery on another session? Below is the original
question, reply and follow up question. If anyone has any
suggestions, I would be forever grateful!!
OriginalQuestion: 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?
Reply: 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.
Next Question: no I didn't split the datebase or give each
user their own copy. Is splitting the database the only
option I have to refresh all sessions? Are there other
advantages to splitting a database into a front end and
then a backend.
I have noticed that I have had connection problems when I
have done this in the past. After reading the help files
regarding "split", the users can change their front end,
which I do not want to allow!