SetFocus Problem

J

John

How can I set the focus to a field (fld1) that has an
Input Mask? fld1.Setfocus doesn't work on it.

Thanks a lot.
-John
 
K

Ken Snell

Input masks have no bearing on whether a control (not a field) can receive
the focus. Fields cannot receive focus in a form because they're in the
recordsource, but controls (which may be bound to fields) are part of the
form and can receive focus (*if* the control's Enabled property is set to
Yes).

Please provide more info about your setup.
 
G

Gary Miller

Does Me!fld1.Setfocus work? Also, you may want to consider a
more meaningful name for your field.

Regards,

--

Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________
 

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