I'm having a problem getting 'show records' to work in AppleScript
--this code works
show (every record of database "Image Library Data" whose cell "File Path" contains "9504095U33.jpg")
--this code gives an Event Not Handled error
show (every record of database "Image Library Data" whose cell "File Path" contains "Image Bank #1:H&D Images:1995 APRs:9504095U33.jpg")
--and so does this
show (every record of database "Image Library Data" whose cell "File Path" = "Image Bank #1:H&D Images:1995 APRs:9504095U33.jpg")
but if I go into FMP and do a find for this, It properly finds my record. The equal sign and quotes have to be input in the find field as well.
="Image Bank #1:H&D Images:1995 APRs:9504095U33.jpg"