DonH Posted February 19, 2003 Posted February 19, 2003 I have a gadzillion records. There is a container field that can have a picture in it. What I want to do is pull up ONLY the ones that have something in this field. I can't seem to find the correct statement to do this. OF course it would be nice and easy IF I could just export container fields. grrrr
Lee Smith Posted February 19, 2003 Posted February 19, 2003 Hi Don I had a similar problem, here is how I handled it. I created a calculation field called Image|yes|no with this calculation = Case(ImageContainer = 0,"No", "Yes") Then all you have to do is, to do a find in the Image|yes|no depending on what you want. HTH Lee
Recommended Posts
This topic is 7948 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 accountSign in
Already have an account? Sign in here.
Sign In Now