Cursor Behvior

R

Ross

How can I get the cursor to highlight the entire Date / Input mask in a date
field of a form "On enter" event?

Thanks


ross
 
M

Michel Walsh

Hi,


You can use Me.TextControl.SelStart and Me.TextControl.SelLength, as
example.


Hoping it may help,
Vanderghast, Access MVP
 
Top