AutoComplete

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

Guest

How do you turn off AutoComplete for data entry in Microsoft Access 2003? If
the data entry person types "1", then "2", then "3" in consecutive fields,
the program automatically fills in 4, 5, and 6 for the next fields.
 
In
bs said:
How do you turn off AutoComplete for data entry in Microsoft Access
2003? If the data entry person types "1", then "2", then "3" in
consecutive fields, the program automatically fills in 4, 5, and 6
for the next fields.

Annoying, isn't it? To the best of my knowledge, you can't turn this
feature off in a datasheet. You can use a continuous form for your data
entry instead, and it won't happen. For most purposes I would recommend
a continuous form for data entry, anyway, even if you want to make it
*look* like a datasheet. A form gives you much more control over the
input and behavior.
 
Back
Top