form open

S

smk23

Is there a way to open a form with no control in focus? I have a form that is
information only (for reading) and would prefer the first control not be
highlighted.

Thanks,
Sam
 
J

Jeff Boyce

Sam

I'm going to guess that your "read-only" form would have some way of
closing, like, say, a <Close> or <Exit> command button. How 'bout if you
set the focus there?

If you truly have no controls that could/should get the focus, you might
look into turning the tab stop property off for all controls (untested).

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 
Top