What do I need to check to see if another user is editing my record before I issue Data1.Recordset.Edit?
JHausmann
Feb 24th, 2000, 09:14 AM
Check for errors 3006 (DB locked), 3045 (File in Use), 3188 (locked by another session), 3197 (data changed), 3239, (too many active users) or 3260 (locked by another user).
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.