Hello everybody!
this is my first participation in this forum!
Si I have to create a form, I have a field "note_quality" & another field including in the form "Texte7", I want to create a VBA code which do :
If note_quality=1 or 2 then Texte7=Bad quality
If note_quality=3 then Texte7=medium quality
If note_quality=4 then Texte7=Good quality
If note_quality=5 then Texte7=great quality
Also Texte7 is not a table's field, it's just created in the form.
Thanks!
