SetFocus Problem

  • Thread starter Thread starter John
  • Start date Start date
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
 
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.
 
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
________________________
 
Back
Top