February 7, 200718 yr Anyone know how I can find records with an image (in a container) present? I have to do this on version 6, unfortunately. Any ideas? Thanks, Chris
February 7, 200718 yr If it's embedded and not just referenced, create a calc field, result number with the following calc in it: Length( yourContainerField ) > 1 Then just search that field for 1 - Length returns total stored bytes -- so if it's empty it should return zero.
February 7, 200718 yr Author Great tip! My database is re-indexing right now, so I'll do the find after. Thanks! Chris
February 7, 200718 yr I use a calculation in v6 such as: Case(Container=0,"No", "Yes") And then find on the No HTH Lee
Create an account or sign in to comment