Aug 30, 2002 #1 mathew001 Programmer Joined Jun 28, 2002 Messages 25 Location US How will I suppress a field if the first character starts with an alphabet ???
Aug 30, 2002 #2 synapsevampire Programmer Joined Mar 23, 2002 Messages 20,180 Location US not(isnumeric(left({MyTable.MyField},1))) -k http://www.informeddatadecisions.comkai@informeddatadecisions.com Upvote 0 Downvote
not(isnumeric(left({MyTable.MyField},1))) -k http://www.informeddatadecisions.comkai@informeddatadecisions.com
Aug 30, 2002 Thread starter #3 mathew001 Programmer Joined Jun 28, 2002 Messages 25 Location US Thanks synapsevampire, That is what I wanted. Today is the last day of my work and my brain has stopped working ! Thanks a lot ! Upvote 0 Downvote
Thanks synapsevampire, That is what I wanted. Today is the last day of my work and my brain has stopped working ! Thanks a lot !