JohnSteven
Technical User
- Oct 30, 2002
- 27
After doing a search of this forum, I solved most of my problem with the following expression;
-----------------------------------------------------------
Expr1: Nz([Corp_Code]+"/" & Nz([Recip_Code]+"-" & [Agreement_No]
-----------------------------------------------------------
"Nz" solved the problem of eliminating the "/" and "-" when Corp_Code and Recip_Code had empty fields, but now I need to eliminate the "/" after Corp_Code and/or the "-" after Recip_Code when these fields contain data and the fields that follow do not.(hope I'm making myself clear - IYIYIYI)......... ;-)
Any help would be appreciated.........
Please Post back, so other can benefit too.
Later
JohnSteven
"The only stupid question is the one you don't ask"
-----------------------------------------------------------
Expr1: Nz([Corp_Code]+"/" & Nz([Recip_Code]+"-" & [Agreement_No]
-----------------------------------------------------------
"Nz" solved the problem of eliminating the "/" and "-" when Corp_Code and Recip_Code had empty fields, but now I need to eliminate the "/" after Corp_Code and/or the "-" after Recip_Code when these fields contain data and the fields that follow do not.(hope I'm making myself clear - IYIYIYI)......... ;-)
Any help would be appreciated.........
Please Post back, so other can benefit too.
Later
JohnSteven
"The only stupid question is the one you don't ask"