I tried disabling all fields that involved an expression and reinstated them one at a time.
The problem field in design view is:
PrecMedCompra: IIf(IsNull(Productos!PrecMedCompra),Productos!PrecioUnidad,IIf(Productos!PrecMedCompra=0,0,Productos!PrecMedCompra))
With that disabled, it auto...