#Deleted in Multi-user form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a multi-user database setup as Front-End/Back-End. One of my forms
lists a set of records. Lets say two users are viewing the same set of
records. If user 1 deletes a record, the form is setup to automatically
refresh to remove the deleted record from the view. At the same time, user 2
immediately sees the fields of the deleted record convert over to #Deleted.
Is there a way (an event) that I can capture this change so that I can make
user 2's form fresh, too? Thanks in advance for any assistance.

gt
 
No, there isn't. You could set up a timer on the form to automatically
requery every n seconds.
 
Back
Top