• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Delete Records in FileMaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Delete Records in FileMaker


  • Subject: RE: Delete Records in FileMaker
  • From: Eric Schult <email@hidden>
  • Date: Fri, 21 Sep 2001 07:57:59 -0500

> I want to delete records in a filemaker database that contain certain
> information in a particular cell. Can anyone give me some direction on how
> to do this? I can't find any examples of this on the web.

Something like this should do the trick:

tell application "FileMaker Pro"
tell database "dbase name"
delete (every record whose cell "fieldName" contains "fieldContents")
end tell
end tell

- WES


  • Follow-Ups:
    • Re: Delete Records in FileMaker
      • From: Matthew Broms <email@hidden>
  • Prev by Date: selected text
  • Next by Date: Re: Delete Records in FileMaker
  • Previous by thread: Re: Delete records in Filemaker
  • Next by thread: Re: Delete Records in FileMaker
  • Index(es):
    • Date
    • Thread