Hello everyone,
Not sure if I made my question header very clear but not sure how else to word it so i appoligize to the admins in advance.
What I have is a form where I have one text box for keying in a word and then I have a save button. The save button i made is not a button but a label that saves the information on click. The problem I'm having is if you key information in to the text box and then press the save label button it will not save, but if you key in information in to the text box then press the Enter key and then press the save button it works. Is there anyway i can get the save button to act as the Enter key press on the text box first before it saves??
I have been trying to use the KeyAcsii(13) function in the OnClick command but so far im getting no luck. Also the form is Unbound.
Any help would be great!
Thanks in advance,
Slen
Not sure if I made my question header very clear but not sure how else to word it so i appoligize to the admins in advance.
What I have is a form where I have one text box for keying in a word and then I have a save button. The save button i made is not a button but a label that saves the information on click. The problem I'm having is if you key information in to the text box and then press the save label button it will not save, but if you key in information in to the text box then press the Enter key and then press the save button it works. Is there anyway i can get the save button to act as the Enter key press on the text box first before it saves??
I have been trying to use the KeyAcsii(13) function in the OnClick command but so far im getting no luck. Also the form is Unbound.
Any help would be great!
Thanks in advance,
Slen
Comment