Full Version: Knowing if a record on a form is being edited
UtterAccess Discussion Forums > Microsoft® Access > Access Forms
NeoJeff
I have a form that is refreshed every 10 seconds. I'm getting an error if a row (record) on that form is being edited and a requey happens. Is anyway of know if that row is being edited? I tried using form.recordset.editmode but that is always coming up as false.

Thanks.
LPurvis
You mean being edited by that user on that machine? Sure the form's Dirty property will be True.
On another machine? Not by default no.

10 seconds seems very often.
Are you trying to present real time data?
*If* I were doing so - I wouldn't make such a list editable!
NeoJeff
That did it, I just forgot about that one!

Thanks for the help!!!!!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.