HI i am trying to update a field by clicking a command button on my form. My problem is that this iff statement does not work if i calulate txt cubic *167 if i take away the *167 the statement works.
Not working
Private Sub Command80_Click()
Me.Air_actual = IIf(([txt cubic] * 167) > [txtkgs]...