G
Guest
Hello,
I'm using (or trying to) images as buttons in my form.
I'm saying I'm not using any command button but just images.
This form is unbound so I have procedures which will add or update the
right table by looking to values on form's controls.
But... by clicking on an image doesn't move the focus away from the last
control, so I will never catch the value of this control.
Thus I added this line as the first line of my procedure:
Forms(myform.name).refresh
and now it seems working.
I would like to know if this workaround is fine or if there will be other
better solutions.
Thanks
I'm using (or trying to) images as buttons in my form.
I'm saying I'm not using any command button but just images.
This form is unbound so I have procedures which will add or update the
right table by looking to values on form's controls.
But... by clicking on an image doesn't move the focus away from the last
control, so I will never catch the value of this control.
Thus I added this line as the first line of my procedure:
Forms(myform.name).refresh
and now it seems working.
I would like to know if this workaround is fine or if there will be other
better solutions.
Thanks