I have a combobox on a form that looks up info, which works fine, but if the user hits tab, instead of going to the next field the information disappears from the combobox...thinking if i put some code in OnLostFocus and move it to the next field that would fix my problem,....does this sound like a fix?
also what syntax do I used, i've tried
DoCmd.GoToControl txtQuestion1 and I'm receiving type mismatch errors, any idea
also what syntax do I used, i've tried
DoCmd.GoToControl txtQuestion1 and I'm receiving type mismatch errors, any idea