=iif(isnull(NZ([ItemAmount]*[txtRecItemPrice])), 0, NZ([ItemAmount]*[txtRecItemPrice]))
iif(NZ([ItemAmount]),0)*iif(NZ([txtRecItemPrice]),0)
Private Sub Text16_AfterUpdate()
Me.txtRecItemTotal = Nz(Me.ItemAmount),0) * _
Nz(Me.txtRecItemPrice),0)
"Sixty percent is the quality of the product. Thirty-five percent the technique, 5 percent if you have just a little talent. -Alain Ducasse