setfocus issues

D

DJ

I am having issues using the setfocus method on various forms with
comboboxes. Does anyone know of any events that fire on a setfocus call?
VBA is doing some weird things.

Thanks for your help.

DJ
 
K

Ken Snell [MVP]

The LostFocus and Exit events of the control that is losing the focus will
occur, and the Enter and GotFocus events of the control receiving the focus
will occur.
 
D

DJ

Thanks for the reply Ken. At the moment I have no vba code for any of those
events. Is there something else that Access might be doing behind the
scene? I do have vba code for onclick events of the aforementioned
comboboxes on the form. Would that cause any issues?

Thanks,

DJ
 
K

Ken Snell [MVP]

Please provide some details of what is happening... your original post just
mentioned "difficulties"... please tell us more.
 
Top