B
Bradford
How do I create a form that will create multiple records from one view of the
form? I want to use a single form to input activities for a given day. For
example - I have three activity categories: Planning, Survey, and Design. On
one form I want input fields for: Date, Staff Member Name, Planning, Survey,
and Design. So, lets say on a given day I perform three activites. On this
one form I input: Date: "10/28/2009"; Staff Member Name: "Joe Jones";
Planning: "Smith layout"; Survey: "Peters site survey"; Design: "Jackson pond
design". From this entry on one form, three activtiy records are created:
Activity ID 01: "10/28/2009; Joe Jones; Planning - Smith Layout"
Activity ID 02: "10/28/2009; Joe Jones; Survey - Petes site survey"
Activity ID 03: "10/28/2009; Joe Jones; Design - Jackson pond design"
How can I do this? Thanks!
form? I want to use a single form to input activities for a given day. For
example - I have three activity categories: Planning, Survey, and Design. On
one form I want input fields for: Date, Staff Member Name, Planning, Survey,
and Design. So, lets say on a given day I perform three activites. On this
one form I input: Date: "10/28/2009"; Staff Member Name: "Joe Jones";
Planning: "Smith layout"; Survey: "Peters site survey"; Design: "Jackson pond
design". From this entry on one form, three activtiy records are created:
Activity ID 01: "10/28/2009; Joe Jones; Planning - Smith Layout"
Activity ID 02: "10/28/2009; Joe Jones; Survey - Petes site survey"
Activity ID 03: "10/28/2009; Joe Jones; Design - Jackson pond design"
How can I do this? Thanks!