case-sensitive notinlist

M

Mr 1604

My combo box displays case-sensitive entries for which I need a notinlist
event to occur if the user changes the case of a letter. Any suggestions on
how to do this?

Thanks.
 
D

Douglas J. Steele

Unfortunately, Access doesn't really support case-sensitivity.

You'll have to write code that looks at what was typed in, and compares it
to what's in the table using the StrComp function.
 

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

Top