Hello,
In AccessXP, I have a form for entering contact/address information. There is a check for required fields. I recently changed all of my command navigation buttons from command to picture graphics. Although both have OnClick and OnDblClick, they behave differently on the form.
If the user attempts to leave the form with a required field incomplete, VBA code notifies the user and returns to the form in the incompleted textbox with both buttons.
If the box is then completed, the command button recognizes it but the picture does not. The code is exactly the same behind both controls.
I do not understand this. I reckon I best return to the Command Button but this really bothers me. Has anyone else run across this?
In AccessXP, I have a form for entering contact/address information. There is a check for required fields. I recently changed all of my command navigation buttons from command to picture graphics. Although both have OnClick and OnDblClick, they behave differently on the form.
If the user attempts to leave the form with a required field incomplete, VBA code notifies the user and returns to the form in the incompleted textbox with both buttons.
If the box is then completed, the command button recognizes it but the picture does not. The code is exactly the same behind both controls.
I do not understand this. I reckon I best return to the Command Button but this really bothers me. Has anyone else run across this?