J
jlute
Sorry for the double post. I don't see my first one. In any case, I
made an error in the first one so...
UNEstNtWtNz: Nz([UNEstNtWtw],[UNEstNtWtv])
ULEstNtWt: IIf([UnitUOM]="Ct.",Round([ULNtWtNz]*0.1+[ULNtWt],
6),IIf(IsNull([CSNtWt]),Round([UNEstNtWt]*[ULTotal],
6),Round([UNEstNtWtNz]*[ULSUV],6)))
This returns the "Query too complex" error. I suspect that it's
because Access is trying to run UNEstNtWtNz and ULEstNtWt
simultaneously...?
Your help is greatly appreciated!
made an error in the first one so...
UNEstNtWtNz: Nz([UNEstNtWtw],[UNEstNtWtv])
ULEstNtWt: IIf([UnitUOM]="Ct.",Round([ULNtWtNz]*0.1+[ULNtWt],
6),IIf(IsNull([CSNtWt]),Round([UNEstNtWt]*[ULTotal],
6),Round([UNEstNtWtNz]*[ULSUV],6)))
This returns the "Query too complex" error. I suspect that it's
because Access is trying to run UNEstNtWtNz and ULEstNtWt
simultaneously...?
Your help is greatly appreciated!