G
Guest
Hello all,
I have several combo boxes on a form that all have selections available to
choose from. The problem I see happening is a user will make a selection,
then decide to backspace over the selection and move to a different control
on the form. As a result error 3075 is generated.
I have code to handle the error, but it's redundant code because I have to
use it for each combo box.
Is there a better way to handle such an error without having to use the same
code over and over for each combo box? I was thinking that calling a
function when the error occurs might be better suited in this situation.
Can someone please advise and provide a coding example. Will be greatly
appreciated
-A
I have several combo boxes on a form that all have selections available to
choose from. The problem I see happening is a user will make a selection,
then decide to backspace over the selection and move to a different control
on the form. As a result error 3075 is generated.
I have code to handle the error, but it's redundant code because I have to
use it for each combo box.
Is there a better way to handle such an error without having to use the same
code over and over for each combo box? I was thinking that calling a
function when the error occurs might be better suited in this situation.
Can someone please advise and provide a coding example. Will be greatly
appreciated

-A