Stuart McLachlan
stuart at lexacorp.com.pg
Wed Mar 15 03:59:14 CST 2006
On 15 Mar 2006 at 2:39, John Eget wrote: > All > I have been discovering lately that records are being edited by other > individuals than generated the record. All records are tagged with an > individuals name. Is there a simple way to insure that records cannot be > edited by another individual. I tried going thru the security wizard but > got side tracked with all of the options and was not successful John -- > AccessD mailing list AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd Website: > http://www.databaseadvisors.com In the BeforeUpdate of the form, compare the original individuals name with the current username and set Cancel = True with an appropriate message if they are not the same. -- Stuart