Hi,
i'm building a on screen keyboard with has to adjust fields on a subform.
When pressing a key a letter is added in a certain field like :
me!subform!field1= me!subform!field1 & "Q"
How can i detect which field has the focus on the subform and the code is only editting this field ?
I've tried to set a global variable ( veld ) when a certain field got the focus and use this value in the code like :
me!subform(veld)= me!subform(veld) & "Q"
This is not working .... what should be the correct code ?
Thanks in advance
i'm building a on screen keyboard with has to adjust fields on a subform.
When pressing a key a letter is added in a certain field like :
me!subform!field1= me!subform!field1 & "Q"
How can i detect which field has the focus on the subform and the code is only editting this field ?
I've tried to set a global variable ( veld ) when a certain field got the focus and use this value in the code like :
me!subform(veld)= me!subform(veld) & "Q"
This is not working .... what should be the correct code ?
Thanks in advance