Trying to save the date of any changes on a data form. Private Sub Form_BeforeUpdate(Cancel As Integer) If Me.Dirty = True Then Me.[last_updated].SetFocus
Little drama. Cant work it out. Have product list with two price colums. List Price, and Bulk Price. Would like to also have a "Blank" price, so that it can be added on the occasion that specials exist etc.
I have a control button which opens a form that collects information about the current parent record. It's a check list and so each check box and memo field is bound to its own specific control source. The records of the child form are stored in a table of course. The problem ...