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.
Matt
On a side note, the reason that i am doing it this way is because when i do an after update and the data is "$0.00" it clears the box and leaves it blank. So i am trying to make the default value "$0.00" and not updating it if it is 0.
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.
Matt
On a side note, the reason that i am doing it this way is because when i do an after update and the data is "$0.00" it clears the box and leaves it blank. So i am trying to make the default value "$0.00" and not updating it if it is 0.