J
jbrash
Guest
I have a form that has a combo box where if i have a certain value I want to restrict the data to negative only values. My best solution was an IIf statement that multiplied the value by -1. I had problems if the user entered a negative symbol, the value would become positive. Any ideas will be much appreciated.