G
Guest
I have an application running with a touch screen and no keyboard.
To enter numbers you touch the control and a numeric keyboard form opens and
you type the numbers you want. As you touch the numbers, they are written in
the control for that number.
I have several number fields and use the same keyboard form. Therefore I
would like to pass the control as a paramter so that I can have the keyboard
form fill in the numbers in that control.
How is that done?
Example:
Forms!form1!DataField = Forms!form1!DataField & 1
would add a "1" to the control DataField on form1 - but how do I make that
control a parameter?
Alternatively I have code based on each control that can call up the
keyboard form, and then I fill in the relevant control in dedicated code.
To enter numbers you touch the control and a numeric keyboard form opens and
you type the numbers you want. As you touch the numbers, they are written in
the control for that number.
I have several number fields and use the same keyboard form. Therefore I
would like to pass the control as a paramter so that I can have the keyboard
form fill in the numbers in that control.
How is that done?
Example:
Forms!form1!DataField = Forms!form1!DataField & 1
would add a "1" to the control DataField on form1 - but how do I make that
control a parameter?
Alternatively I have code based on each control that can call up the
keyboard form, and then I fill in the relevant control in dedicated code.