In the code itself (so not in the .FRM or .VBP .OCX declaration section) some controls change their case (apparently randomly) after saving any modification :
- If Me.CC_Absence = 1 Then Me.CC_REMPLACABLE = 0
+ If Me.CC_ABSENCE = 1 Then Me.CC_REMPLACABLE = 0
or
- Me.GR_CRITERE.Visible = False
+ Me.GR_Critere.Visible = False
then the source control report change and ask for commit... Is it possible to get rid of that ?