aftershokk
Registered User.
- Local time
- Today, 09:40
- Joined
- Sep 5, 2001
- Messages
- 259
Hello,
BF Best: IIf([TotalItmMast]![FinalPrice4]=" ",[TotalItmMast]![FinalPrice3],[TotalItmMast]![FinalPrice]) etc...
Above: What I am trying to do is:
If Price 4 is null then populate price 3, if price 3 is null then populate price 2, otherwise populate price 1.
I cannot seem to get this to work!
Any help would be great!!
BF Best: IIf([TotalItmMast]![FinalPrice4]=" ",[TotalItmMast]![FinalPrice3],[TotalItmMast]![FinalPrice]) etc...
Above: What I am trying to do is:
If Price 4 is null then populate price 3, if price 3 is null then populate price 2, otherwise populate price 1.
I cannot seem to get this to work!
Any help would be great!!