2
2Stupid2ownAputer
Hello I hope some kind person can help me.
I have a "date of death" field followed
by an "age of death" field
and then a relationship field on my form.
because I'm using speech to text software, I enter text by entering the
"date of death" then "press" (by voice) the tab key, I enter the "age of
death" then press the tab key and enter "relationship".
because I'm using voice to text I find it easier to say the date of death
and age of death in one phrase
so I added an unbound text box to input both and then on pressing the tab
key it updates both fields and clears the unbound text box. It works fine
However the focus remains at the date of death text box.
I want it to skip a field so that it moves to the relationship field.
I thought some thing like in before update on the unbound field
-- relationship.got focus --
but I get an error -- relationship cannot contain a null value (relationship
is not a required field)
Any Ideas?
Thanks in advance and a happy Christmas to you all
Regards
I have a "date of death" field followed
by an "age of death" field
and then a relationship field on my form.
because I'm using speech to text software, I enter text by entering the
"date of death" then "press" (by voice) the tab key, I enter the "age of
death" then press the tab key and enter "relationship".
because I'm using voice to text I find it easier to say the date of death
and age of death in one phrase
so I added an unbound text box to input both and then on pressing the tab
key it updates both fields and clears the unbound text box. It works fine
However the focus remains at the date of death text box.
I want it to skip a field so that it moves to the relationship field.
I thought some thing like in before update on the unbound field
-- relationship.got focus --
but I get an error -- relationship cannot contain a null value (relationship
is not a required field)
Any Ideas?
Thanks in advance and a happy Christmas to you all
Regards