Jump to content
Server Maintenance This Week. ×

How to determine if a field contains text . Opposite of IsEmpty?


This topic is 3331 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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 by LaRetta
  • Like 1
Link to comment
Share on other sites

This topic is 3331 days old. Please don't post here. Open a new topic instead.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.