R
Robert Gillard
I am trying to build a form to help my daughter revise for her Latin exams.
I have a table showing the Latin and then a translation of it and finally an
empty column for the answer. However some words have several meanings i.e.
the correct answer may be "slave, servant" if my daughter enters "slave " I
want it to show as correct.
I have a form showing the Latin word, the answer is "not visible" and then
the empty column (Laura) for my daughters answer, followed by an unbound box
(text8) in which "correct" or "wrong" will appear after my daughter inputs
her answer and presses enter. In simple English what I want to say is if the
answer is correct show "correct" and make the "not visible" field visible.
If the answer is not correct "wrong"appears and the curser returns to the
previous field (Laura).
IIf([Laura]Like"*" & [Answer] & "*","correct"and [Answer] isvisible,"wrong")
Sorry my knowledge is very limited. Any help gratefully received.
Bob
I have a table showing the Latin and then a translation of it and finally an
empty column for the answer. However some words have several meanings i.e.
the correct answer may be "slave, servant" if my daughter enters "slave " I
want it to show as correct.
I have a form showing the Latin word, the answer is "not visible" and then
the empty column (Laura) for my daughters answer, followed by an unbound box
(text8) in which "correct" or "wrong" will appear after my daughter inputs
her answer and presses enter. In simple English what I want to say is if the
answer is correct show "correct" and make the "not visible" field visible.
If the answer is not correct "wrong"appears and the curser returns to the
previous field (Laura).
IIf([Laura]Like"*" & [Answer] & "*","correct"and [Answer] isvisible,"wrong")
Sorry my knowledge is very limited. Any help gratefully received.
Bob