hey,
i have a form with multiple text boxes and combo boxes.
one of the conditions is that when you enter data in combo box A, text field B is automatically filled in.
i have this working by using the LostFocus function on the combo box event. this works fine.
the problem i have is when i error check.
i have to set the focus on each field to check if all data has been entered.
therefore the combo box and text field will receive and lose the focus, which cause the LostFocus event to execute again.
also i dont want to use the click event, cause the user wants to tab through the form.
if anyone can understand my problem and has a suggestion, that would be great.
cheers
i have a form with multiple text boxes and combo boxes.
one of the conditions is that when you enter data in combo box A, text field B is automatically filled in.
i have this working by using the LostFocus function on the combo box event. this works fine.
the problem i have is when i error check.
i have to set the focus on each field to check if all data has been entered.
therefore the combo box and text field will receive and lose the focus, which cause the LostFocus event to execute again.
also i dont want to use the click event, cause the user wants to tab through the form.
if anyone can understand my problem and has a suggestion, that would be great.
cheers