Access completes names in Name form

G

gal

HI guys,
Is it possible when in a form user enters first two
letters of an employee name in txtName , Access fisnishes
the name. For example user types "Ge" and Access
automatically displayes "George Smith".
Something like Outlook where you are able to select names
by entering the first letters of an employee

Thank you
 
J

Jim/Chris

If you use a combo box for the filed txtName and set the
property "AutoExpand" to "Yes" I think you will get what
you want.

Jim
 
G

gal

Jim you are genious
Thank you ,it works perfect

-----Original Message-----
If you use a combo box for the filed txtName and set the
property "AutoExpand" to "Yes" I think you will get what
you want.

Jim


.
 
Top