Hi,
I am running a totals query on a Yes/No data type field. The field contains an Accepted response or a Declined response. When a reponse has not been received the field is null. But when I query the field the Null values appear as false so I need to differentiate between them. My expression is grouping the nulls in with the false records.
RESPONSE: IIf([dbo_CUSACCT].[PROP_ACEPT]=True,'ACCEPTED',IIf([dbo_CUSACCT].[PROP_ACEPT]=False,'DENIED',IIf([dbo_CUSACCT].[PROP_ACEPT] Is Null,'NO REPLY')))
I am running Access 2003 on XP SP3. Please help.
Thanks.
I am running a totals query on a Yes/No data type field. The field contains an Accepted response or a Declined response. When a reponse has not been received the field is null. But when I query the field the Null values appear as false so I need to differentiate between them. My expression is grouping the nulls in with the false records.
RESPONSE: IIf([dbo_CUSACCT].[PROP_ACEPT]=True,'ACCEPTED',IIf([dbo_CUSACCT].[PROP_ACEPT]=False,'DENIED',IIf([dbo_CUSACCT].[PROP_ACEPT] Is Null,'NO REPLY')))
I am running Access 2003 on XP SP3. Please help.
Thanks.