I iuphim Registered User. Local time Today, 13:09 Joined Oct 30, 2008 Messages 43 Feb 12, 2010 #1 How can I pull only fields where there are 14 charaters or more? Thanks!
gemma-the-husky Super Moderator Staff member Local time Today, 18:09 Joined Sep 12, 2006 Messages 16,048 Feb 12, 2010 #2 criteria = len(myfield)>=14
DCrake Remembered Local time Today, 18:09 Joined Jun 8, 2005 Messages 8,626 Feb 12, 2010 #3 A little bit more info please. What is your objective?
I iuphim Registered User. Local time Today, 13:09 Joined Oct 30, 2008 Messages 43 Feb 12, 2010 #4 gemma-the-husky said: criteria = len(myfield)>=14 Click to expand... This works for what I need. Thanks Gemma-the-husky!
gemma-the-husky said: criteria = len(myfield)>=14 Click to expand... This works for what I need. Thanks Gemma-the-husky!