Autocomplete options for Access data entry

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

Guest

Is there a way to use AutoComplete ( like in Excel ) for filling out data
fields in a MS Access database?
 
No. In a correctly designed database, you should not have repeating data.

If you do have, consider creating another table to hold the possible values,
with a relationship between the two. You can then use a drop-down list to
select the value, and the combo's values will autocomplete for you.
 
What about when selecting data eg running a query to select for someone's
name? Is there a way to do it such that the entire name (or date, or
whatever) has to be entered?
 
Sorry Ignore last message...I just found another way to do what I was doing.
I was using a query but using a form and command buttons works much better!
 

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

Similar Threads

AutoComplete 1
AutoComplete function 4
autocomplete 7
Database Access 2002 5
Is Autocompletion Possible? 7
Autocomplete 2
IMPROVING DATA ENTRY SPEED 1
Switching off autocomplete function? Access 2000 1

Back
Top