> What should I be looking for so that the message won't appear when the > user attempts to save changes?
Any statement that may have changed the row being edited in the form. This could be an UPDATE statement, or something subtler, like opening another form that edits the same row, or contains an UPDATE statement against that row. -- Larry
