I have an Access file with query, forms, tables which I did not create and I am trying to understand how it works.
In one of the form, I have some combo boxes and some text boxes.
The combo boxes contains three values 0, 1 , 2
Depending on the value selected in the combo box, the text color in the text box change .
I am looking for the code doing this.
I have checked the combo box event via the design mode but all the events are empty.
I also checked via Visual Basic editor but it is almost empty, there was no function which change the text box color.
Unfortunately I cannot attach any files, if you have any clue please post an answer.
Thank you very much in advance.