#Deleted in Multi-user form

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
 
D

Douglas J. Steele

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

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