accent marks with Access Combo Boxes

S

Stephen

I have a combo box in Access that is showing the list of customer names.
However, one of the customer names is "John's Cafe". Notice there is NOT an
accent mark over the e" in "cafe"

However, when I begin to type in the name for "John's cafe" in the combo
box, it is AUTOMATICALLY putting the accent mark over the "e" in cafe. As a
relust, the system in not finding "John's Cafe" in the system. How do I
remove Access's setting to autofill an accent mark?

Stephen
 
A

Allen Browne

Open the form in design view.

Set the AutoCorrect property of the combo to No
(It's on the Other tab of the Properties box.)
 
Top