> attr-=dmRecAttrDirty;
Please use

attr &= ~dmRecAttrDirty;

as /subtracting/ is not the appropriate method to clear a bit!

However, did you try to clear the bit after releasing the record? It's quite 
likely that the OS saves the dirty bit at some intermediate location.

HTH
Bodo


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to