In this iif statment the query compares two fields. It works if the data is different or the same. However, if both fields are empty access returns it as a difference even though they both are empty fields. Is there any way to make access realize that if both fields don't have anything entered into them then the fields are the same???
Expr6: IIf(NewValue![Thermal Power, kW]=OldValue![Thermal Power, kW],Null,"oldvalue=" & OldValue![Thermal Power, kW])
Also, I deleted a entire field/Column from a base table in my application. I deleted it also from all the queries but I am still getting the enter parameter box every time i open a cetain form. the thing is the field where access is telling me to enter the data doesn't exist anymore.
thanks for any help
Expr6: IIf(NewValue![Thermal Power, kW]=OldValue![Thermal Power, kW],Null,"oldvalue=" & OldValue![Thermal Power, kW])
Also, I deleted a entire field/Column from a base table in my application. I deleted it also from all the queries but I am still getting the enter parameter box every time i open a cetain form. the thing is the field where access is telling me to enter the data doesn't exist anymore.
thanks for any help