Fields that start highlighted

yhgtbfk

Registered User.
Local time
Tomorrow, 00:05
Joined
Aug 30, 2004
Messages
123
I am annoyed by fields that start highlighted.

ie:
Name
Address
Postcode

etc...

And the first field when you enter the form is highlighted.

That means pressing any key by accident when you enter the form deletes the value in the first field.

Is there any way of ensuring no fields are highlighted at the start (without messing up the tab order)?

Thank you
 
Fields

Ad a unbound field to the form, set width and height to the smallest size, so you really can't see it.

In the On Open Event of the form put something like this.

Me.Startfield.SetFocus

(replace Startfield with the actual name of the field)
 

Users who are viewing this thread

Back
Top Bottom