jpinto1167
MIS
I do have the following expression in a query
Cc: IIf([DocuMatrix]![CC] Like "*insert*",[DocuMatrix]![CC_Original],[DocuMatrix]![CC])
The CC field at Documatrix is defined as a memo field. When I use this expression I am getting bad characters at the end of the data string(little square boxes). How could I fix this problem?
Thank you
Cc: IIf([DocuMatrix]![CC] Like "*insert*",[DocuMatrix]![CC_Original],[DocuMatrix]![CC])
The CC field at Documatrix is defined as a memo field. When I use this expression I am getting bad characters at the end of the data string(little square boxes). How could I fix this problem?
Thank you