G
Guest
Here's the scenerio -
Example for Alaska -
If the f/c institute date is before or equal to 08/31/2005, it needs to be 7
If the f/c institute date is equal to or greater than 09/01/2005, it needs
to be 5
In the control I have:
=IIf(([f/c institute]=<8/31/2005),(DLookUp("[Timeframe]","[dd
timeframe]","State = [combo289]")),IIf(([f/c
institute]=>9/01/2005),(DLookUp("[91Timeframe]","[dd timeframe]","State =
[combo289]"))))
it is only pulling "5" from the table.
Can you see what I am doing wrong?
Example for Alaska -
If the f/c institute date is before or equal to 08/31/2005, it needs to be 7
If the f/c institute date is equal to or greater than 09/01/2005, it needs
to be 5
In the control I have:
=IIf(([f/c institute]=<8/31/2005),(DLookUp("[Timeframe]","[dd
timeframe]","State = [combo289]")),IIf(([f/c
institute]=>9/01/2005),(DLookUp("[91Timeframe]","[dd timeframe]","State =
[combo289]"))))
it is only pulling "5" from the table.
Can you see what I am doing wrong?