I have a multi user database and I have split the database and then convert to MDE to distribute to my 10 users.
sometime i have to add or delete records in the background. So the front end users are affected if they have the form open.
If I delete,
If one or more users has the form open, they will see #Deleted on the form when they navigate through the form [navigation panel]
if I add,
If one or more user has the form open, they will not see the new record when they navigate through the form [navigation panel]
Is there any way i can refresh the data when the user has the form open so that when i add/delete data their form is refreshed with new data??
I have changed the refresh interval and odbc interval too to 1 sec but it does not help.
Please advise. Thanks
sometime i have to add or delete records in the background. So the front end users are affected if they have the form open.
If I delete,
If one or more users has the form open, they will see #Deleted on the form when they navigate through the form [navigation panel]
if I add,
If one or more user has the form open, they will not see the new record when they navigate through the form [navigation panel]
Is there any way i can refresh the data when the user has the form open so that when i add/delete data their form is refreshed with new data??
I have changed the refresh interval and odbc interval too to 1 sec but it does not help.
Please advise. Thanks