Re: FMP Container
Re: FMP Container
- Subject: Re: FMP Container
- From: John McAdams <email@hidden>
- Date: Thu, 24 Jan 2002 00:36:35 -0500
Thanks for all the responses. The easiest solution is, indeed, to create
a calculation field that tests the container field. You can then use the
calculation value to find, sort, show, etc. ala Malcolm Fitzgerald's
suggestion:
Filemaker has an isempty() function. Why don't you set up a calculation
field, e.g., imageExists, which consists of:
isempty("container field")
then you can get applescript to
show (every record of database 1 whose cell "imageExists" = 1)