Set Focus on Combo Box, How Do I ?

D

Dave Elliott

I have a Combo Box that after code executes I need to set focus on this
Control.
The Name of the Control is Combo6 and it's control source is Employee.
The forms name is Sales Calls.

Thanks in Advance,

Dave
 
W

Wayne Morgan

Forms![Sales Calls]!Combo6.SetFocus

This can be shortened if the code is being run on the form Sales Calls to

Me!Combo6.SetFocus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top