I have a Query that uses an IIF statement
Description: IIf([SYSADM_R_PR_CR]![PROJECT_NAME]="Change Request",[SYSADM_R_PR_CR]![CR_CHANGE_DESCR IPTION],[SYSADM_R_PR_CR]![CR_PROPOSED_CHA NGES])
Both fields [SYSADM_R_PR_CR]![CR_CHANGE_DESCR IPTION] and [SYSADM_R_PR_CR]![CR_PROPOSED_CHA NGES] are memo fields and will return correctly individually but in this IIF statement they return as a Text field and truncate to 255 characters
Description: IIf([SYSADM_R_PR_CR]![PROJECT_NAME]="Change Request",[SYSADM_R_PR_CR]![CR_CHANGE_DESCR IPTION],[SYSADM_R_PR_CR]![CR_PROPOSED_CHA NGES])
Both fields [SYSADM_R_PR_CR]![CR_CHANGE_DESCR IPTION] and [SYSADM_R_PR_CR]![CR_PROPOSED_CHA NGES] are memo fields and will return correctly individually but in this IIF statement they return as a Text field and truncate to 255 characters
Comment