davesmith202
Employee of Access World
- Local time
- Today, 10:09
- Joined
- Jul 20, 2001
- Messages
- 522
I want to check that there are values in both these variables: AvgCPC and rs!Revenue. But I don't think the check for Revenue is detecting the null.
If rs!AvgCPC <> 0 And Nz(rs!Revenue) <> 0 Then
What is faulty with that line of code?
Thanks,
Dave
If rs!AvgCPC <> 0 And Nz(rs!Revenue) <> 0 Then
What is faulty with that line of code?
Thanks,
Dave