You mean you want the entries to be all in upper case? Base the combo box on
a query (not the table itself) and use the UCase function to convert the
words to upper case:
SELECT UCase([MyWord]) FROM MyTable ORDER BY MyWord
--
Doug Steele, Microsoft Access MVP
(No private e-mails, please)
Vuthy said:
I want to know that when we use combo box to drop to choose the word
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.