G
Guest
How can I modify the following statement, so that it will do nothing (display
PageNum as is) for records where [PageNum] is like "?? " ? (There are
8 spaces after the questions mark.)
PageNum: IIf(IsNull([ShopCartSmall -
terms].[PageNum]),"",IIf(IsNumeric(Left([ShopCartSmall -
terms].[PageNum],3)),"Catalog Page ","Supplement Page ") &
Left([ShopCartSmall - terms].[PageNum],3) & " " &
Right([ShopCartSmall - terms].[PageNum],2))
Jarrod
PageNum as is) for records where [PageNum] is like "?? " ? (There are
8 spaces after the questions mark.)
PageNum: IIf(IsNull([ShopCartSmall -
terms].[PageNum]),"",IIf(IsNumeric(Left([ShopCartSmall -
terms].[PageNum],3)),"Catalog Page ","Supplement Page ") &
Left([ShopCartSmall - terms].[PageNum],3) & " " &
Right([ShopCartSmall - terms].[PageNum],2))
Jarrod