FMP Container
FMP Container
- Subject: FMP Container
- From: John McAdams <email@hidden>
- Date: Tue, 22 Jan 2002 23:50:08 -0500
Hi List,
Is there a way to find out if a container field in FileMaker is empty?
The example syntax in the "Find Script" works on regular text fields:
show (every record of database 1 whose cell "First Name" = "")
However I can't get it to work on a container field. The idea is to find
all the empty pictures fields, grab the file name from a text field,
search a folder for the image and then place it into the picture field.
TIA,
jmc