new_2_prog
Registered User.
- Local time
- Today, 15:09
- Joined
- Aug 4, 2008
- Messages
- 58
In my underlying query I have a field "Elec" that sometimes is populated and shows up in the query and sometimes its not and doesn't show up in the query. Obviously if its not there my report won't open because it's looking for that field and doesn't see it, how do I account for this?
Is there something I need to do with the query or something I can do in the report? I tried in the report =iif([Elec] is null, 0, [Elec]) but that didn't work.
Thanks.
Is there something I need to do with the query or something I can do in the report? I tried in the report =iif([Elec] is null, 0, [Elec]) but that didn't work.
Thanks.