Auto finish a text entry based on previous text entries

D

Dan

Is there a way to have the filed auto fill in the rest of the entry based on
previous entries within the same field
 
J

John Vinson

Is there a way to have the filed auto fill in the rest of the entry based on
previous entries within the same field

Yes; use a Form to do your data entry, and put a Combo Box on the form
bound to this field. Use a Query selecting from the previous entries;
set that query's Unique Values property to True so you'll see each
entry only once.

John W. Vinson[MVP]
 
Top