Here is my problem using IIF -
Have a table that has the following columns:
A) Date to review TD
B) Date to review CW
The values in these columns are text values for dates i.e. 5/1 , 5/2, etc.
I am trying to create a new column C based on the values found in A & B
For example:
Row Column A Column B Column C
1 5/1 blank TD
2 blank 5/1 CW
3 5/1 5/1 TD & CW
I can get the proper results for rows 1 & 2 using the IIF function but haven't been able to get the proper result for row 3. Can anyone help?
Have a table that has the following columns:
A) Date to review TD
B) Date to review CW
The values in these columns are text values for dates i.e. 5/1 , 5/2, etc.
I am trying to create a new column C based on the values found in A & B
For example:
Row Column A Column B Column C
1 5/1 blank TD
2 blank 5/1 CW
3 5/1 5/1 TD & CW
I can get the proper results for rows 1 & 2 using the IIF function but haven't been able to get the proper result for row 3. Can anyone help?