Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.filemaker > #619
| From | Joe Sanders <joseph.sanders@gmail.com> |
|---|---|
| Newsgroups | comp.databases.filemaker |
| Subject | How do I generate a list of the contents of all the values in a field across a group of records. |
| Date | 2012-02-03 09:28 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <7728163.1026.1328290132399.JavaMail.geo-discussion-forums@prie27> (permalink) |
Every night I want my database to email me a list of record numbers for records that match a certain criteria.
My script goes like this:
#Find all the records that meet XY criteria
#Send Mail to <me>
(Message defined by caluclation) "Joe- call all the truckers hauling the following load#s:" & get(%*&#$!)
My question is:
How do I capture the list of record numbers?
I've tried List(booked::record_num)
Thanks for any help!
-Joe
Back to comp.databases.filemaker | Previous | Next — Next in thread | Find similar
How do I generate a list of the contents of all the values in a field across a group of records. Joe Sanders <joseph.sanders@gmail.com> - 2012-02-03 09:28 -0800
Re: How do I generate a list of the contents of all the values in a field across a group of records. Howard Schlossberg <howard@nospam.fmprosolutions.com> - 2012-02-06 22:12 -0800
Re: How do I generate a list of the contents of all the values in a field across a group of records. HelpfulHarry@BusyWorking.com (Helpful Harry) - 2012-02-08 09:27 +1300
Re: How do I generate a list of the contents of all the values in a field across a group of records. clkaufmann@gmx.ch (Christoph Kaufmann) - 2012-02-07 22:18 +0100
Re: How do I generate a list of the contents of all the values in a field across a group of records. HelpfulHarry@BusyWorking.com (Helpful Harry) - 2012-02-08 13:19 +1300
csiph-web