hownow Posted March 12, 2015 Posted March 12, 2015 I wonder how to determine if a field is containing some text, any text. I can see the function IsEmpty determines if the field is without text but I want to perform a script that moves to a only records that are empty so I need to bypass records that already have entries. Thanks
LaRetta Posted March 12, 2015 Posted March 12, 2015 (edited) I want to perform a script that moves to a only records that are empty so I need to bypass records that already have entries. Hi hownow, Instead of stopping and checking the value in the field for each record, why not omit records you need to bypass first? It may not work in this situation for you, but if it does, it would be faster than looping each record. If you must loop, Comment's example is (no surprise) spot-on. :-) You can constrain the found set to empty records by using = in the field. edited ... added word 'empty' Edited March 12, 2015 by LaRetta 1
hownow Posted March 12, 2015 Author Posted March 12, 2015 Thanks Comment Thanks LaRetta In my case with this situation it is not possible to omit. But the point is well taken for other circumstances.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now