idavis1900
Technical User
- Dec 17, 2008
- 18
I have a comboBox that as row source of this:
SELECT DISTINCT tblPerson.Member FROM tblPerson;
names like davis, smith, jones will fill the form in with information about which name I pick.
But a name like O'Dowd, does not fill the form in. The form stays blank.
Thanks for any help in advance.
Irene
SELECT DISTINCT tblPerson.Member FROM tblPerson;
names like davis, smith, jones will fill the form in with information about which name I pick.
But a name like O'Dowd, does not fill the form in. The form stays blank.
Thanks for any help in advance.
Irene