Hi,
I have an unbound input field, which I use an onkeyup event to do a filter against a subform.
EG, CompanyName, as you type in the input field, the results are filtered as you type... well that's the plan..
However, I've done a msgbox as you type, and the box is only ever equal to the first character you type, although the on screen display shows the characters you type, the value of the input is only ever the first character typed.
If I use a me!refresh, the cursor highlights all text in the input field and so as you type you keep replacing the text in the input field.
What is going on? why is the form behaving like this and how do I get it to function the way I want?
Thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
I have an unbound input field, which I use an onkeyup event to do a filter against a subform.
EG, CompanyName, as you type in the input field, the results are filtered as you type... well that's the plan..
However, I've done a msgbox as you type, and the box is only ever equal to the first character you type, although the on screen display shows the characters you type, the value of the input is only ever the first character typed.
If I use a me!refresh, the cursor highlights all text in the input field and so as you type you keep replacing the text in the input field.
What is going on? why is the form behaving like this and how do I get it to function the way I want?
Thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!