A
Annelie
I am trying to test if a rate paid equals the prevailing payrate.
For example:
The RegRate is 27.84, the prevailing rate is 20.44 and 7.40 for a total of
27.84. No fractions involved.
My iif statement: RegRateError: IIf([regrate]<[PrevailingregRate],"Rate is
too Small",IIf([regrate]>=[PrevailingregRate],"ok"))
It will return a "Rate is too Small" for one of the listed items, even if
the rates are the same.
Help,
Anne
For example:
The RegRate is 27.84, the prevailing rate is 20.44 and 7.40 for a total of
27.84. No fractions involved.
My iif statement: RegRateError: IIf([regrate]<[PrevailingregRate],"Rate is
too Small",IIf([regrate]>=[PrevailingregRate],"ok"))
It will return a "Rate is too Small" for one of the listed items, even if
the rates are the same.
Help,
Anne