Re: A Lookup Function?
Re: A Lookup Function?
- Subject: Re: A Lookup Function?
- From: Steve Thompson <email@hidden>
- Date: Mon, 24 Jan 2011 21:37:10 +0000
On 24 Jan 2011, at 20:53, Steve Thompson wrote: tell application "Database Events" get record 1 of database "Phonetics" whose name = "F" --> record id 317594819 of database "Phonetics" get value of field "Pronunciation" of record id 317594819 of database "Phonetics" --> "Foxtrot" end tell
Would help if I posted the script and not the result:
tell application "Database Events" tell database "Phonetics" set theRecord to first record whose name is "F" tell theRecord value of field "Pronunciation" end tell end tell end tell |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden