Code:
If Forms![F_00_AR_FICHE_DAG]![F_02_AR_FICHE_TIMEDAG].Form![SHIFT1VAN] > #12:00:00 AM# Then
Else
Forms![F_00_AR_FICHE_DAG]![F_02_AR_FICHE_TIMEDAG].Form![SHIFT1VAN] = Format(Time(), "Short Time")
End If
End Sub
hi, this works, but little problem remain : the field is not updated on click if the value is > then the default value = correct however, the user still can change the value by typing. How can I avoid this, any id ?