February 19, 200322 yr 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
February 19, 200322 yr 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
Create an account or sign in to comment