I'm using a form with datasheet view to update and add records to a table. This form has an unbound text box, and I want to control the properties of this text box based on me.NewRecord. If me.NewRecord is true, I want the text box to have a blank value. If false, I want the text box to have a value of "Edit". What event do I put this logic in?
Thanks
Thanks