Search results

  1. L

    handling zero values

    I have a text boxes that is updated based on a selection from a combo box. It updates several text boxes that contain prices, and some times that value is "$0.00." when i update that text box it doesn't put a value it in. It does if the value is anything but zero. I put the default value to zero...
  2. L

    updating a text box

    I have a text boxes that is updated based on a selection from a combo box. It updates several text boxes that contain prices, and some times that value is "$0.00." when i update that text box it doesn't put a value it in. It does if the value is anything but zero. I put the default value to...
  3. L

    Whats wrong with my if statement

    iif(Combo57.Column(1)<>0, [Material Surcharge] = Combo57.Column(1)) it keeps giving me the error "Compiler error: expected: =" http://flickr.com/photos/14540614@N06/2605721246/ i am trying to say if combo box column 1 is not equal to zero make my text box material surcharge equal to it...
Back
Top Bottom