A
ADixon
Hi all
I have an unbound form with a number of txt and cbo controls which users
fill in and VBA code automatically sends an email to a group. I'd like to
disable the mouse on this form (or not allow them to click into the controls
with the mouse) so i can force them to tab through the controls, enabling me
to run checks on the text entered for each control as they exit it. A button
then sends the email with the checked values from the controls.
Is this possible?
thx in advance
I have an unbound form with a number of txt and cbo controls which users
fill in and VBA code automatically sends an email to a group. I'd like to
disable the mouse on this form (or not allow them to click into the controls
with the mouse) so i can force them to tab through the controls, enabling me
to run checks on the text entered for each control as they exit it. A button
then sends the email with the checked values from the controls.
Is this possible?
thx in advance