So I was advised to change the BindingUpdateMode to "OnValidation". Now when I add a new record, type in a description like above, the description is NOT saved and is blank in the database and is displayed as blank on the UI form!
What gives?
Ben
I am adding the code to BeforeSave as you suggested. How do I fire a validate event for controls correctly so the BO properties get updated with the new values?
For Each lcItem As Control In Me.ControlsWhat goes here? I do not see an lcItem.Validate() optionNext
Thanks!