Fwd: Re: Using filter to parse field and create subfile records SOLVED

2009-06-15 Thread Dwayne Martin
field, so I have to parse each name out one at a time and process it. Dwayne Original message Date: Fri, 12 Jun 2009 13:54:06 -0500 From: Grooms, Frederick W frederick.w.gro...@xo.com Subject: Re: Using filter to parse field and create subfile records To: arslist@ARSLIST.ORG I usually

Using filter to parse field and create subfile records

2009-06-12 Thread Dwayne Martin
Dear List, I have three forms: Main Form, Subfile Form and Info Form. On Submit, Main Form goes to Info Form to get a list of names for which it needs to create Subfile Form records. Each Subfile Form record will have a Name, and Main Form ID which links it to the Main Form. So “On Submit”

Re: Using filter to parse field and create subfile records

2009-06-12 Thread Charles Baldi
You can use a Set Fields instead of Push Fields. Set Fields will run in Phase 1. On Fri, Jun 12, 2009 at 2:42 PM, Dwayne Martin marti...@jmu.edu wrote: Dear List, I have three forms: Main Form, Subfile Form and Info Form. On Submit, Main Form goes to Info Form to get a list of names for

Re: Using filter to parse field and create subfile records

2009-06-12 Thread Grooms, Frederick W
-Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Dwayne Martin Sent: Friday, June 12, 2009 1:42 PM To: arslist@ARSLIST.ORG Subject: Using filter to parse field and create subfile records Dear List, I have three forms: Main

Re: Using filter to parse field and create subfile records

2009-06-12 Thread Dwayne Martin
Original message Date: Fri, 12 Jun 2009 13:54:06 -0500 From: Grooms, Frederick W frederick.w.gro...@xo.com Subject: Re: Using filter to parse field and create subfile records To: arslist@ARSLIST.ORG I usually do that type of thing by adding a Display Only Processing ID to the Info

Re: Using filter to parse field and create subfile records

2009-06-12 Thread Grooms, Frederick W
...@arslist.org] On Behalf Of Dwayne Martin Sent: Friday, June 12, 2009 2:24 PM To: arslist@ARSLIST.ORG Subject: Re: Using filter to parse field and create subfile records Thanks Fred. This is sort of what I had in mind with my Parsing Form idea. But using the Info Form as the Parsing Form simplifies