Enable AutoComplete for cell values?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does Access have the "Enable AutoComplete for Cell Values" function like Excel?
 
No, ms-access does not have that feature. The key sequence ctrl-' does work
in Excel, and also in ms-access (that means enter/copy the same value from
the previous entry.

While it might at first sight seem strange that ms-access does not have
autocomple, the work around is to provide a combo box. Using a combo box
will "match" as you type.

The advantage in ms-access is that a combo box also provides verification of
the input data. While auto-compile will save time, it also can make a mess
of your database. For a person's favorite color, we often see:


bluee
blu
bloo
Blue

Of course, of the colors blue, we really only want the person to type in
allowable colors from our colors list. When you use a combo box, the all
entries are EXACTLY the same..and thus when you have to search people who's
favorite color is blue, then you really start to see the benefits of
ms-access over Excel. Further, with buttons, combo boxes, listboxes, and
even code to pull data from other parts of the database, then data entry
compared to Excel is much faster, much more accurate (due to verification),
and also far easer for the data entry people.

So, likely a combo box for the particular text box on the form should
help/give you the auto complete type feature..but allow you to verify the
data entered in a far more structured fashion.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top