I have a form with two subforms. The main table includes a last updated column. Whenever any of the data is updated (including the subform data) I'd like to post the lasted date/time into the LastUpdated column. I can do that with the main form data using before update and before insert properties of the form; however, if I try to write to LastUpdated on the main form whenever I've changed data in a subform I get a message about a write conflict. If I click write changes it writes the new date/time, but I don't want the message to show at all. I tried setting a public variable to indicate a change was made, but I can't figure out what property would trigger before moving to the next record. Any ideas?
Bob
Bob