I have data where I only need to add the result if the date range falls from today to the current period. However if the date if after today I don't want anything to fill into the field. If I 'use' a blank I get an error about nulls since it's a data type mismatch when I use the following
iif([pr_beg]>date(), [pr_beg], else " " logic.
I know there's some way to do this without a data mismatch but my hacking skills haven't figured it out.
Any help would be greatly appreciated.
-Gina
iif([pr_beg]>date(), [pr_beg], else " " logic.
I know there's some way to do this without a data mismatch but my hacking skills haven't figured it out.
Any help would be greatly appreciated.
-Gina