Overwrite a field

M

Martin J

Why is it when I use a got focus event to put(calculated value not from the
form) in the value of a field(i'm using type currency) it highlights the
whole field so if you press a key it overwrites what ever is put it. Is this
possible to duplicate without doing any coding?
 
K

Klatuu

Look in VBA Help for the Selstart and SelLength properties. This will solve
your problem.
 
Top