I have 2 forms, Employee List and Employee Assignment.
Employee List: Enter Employee Names & email
Employee Assignment: Using Look-ups to Employee List form, assign Employees (Name only) to several different tasks using (Single selection Dropdown) or to groups (Multi Select)
I want to produce a report of all the entries of both forms without retaining the data so that the next form user is starting from scratch.
Originally I had Employee List as a subform of Employee Assignment but I couldn't get the Look-up fields to connect so now they are 2 forms.
How do I present the form(s) to the next user without data?
Should these be stateless forms and if so how do I convert them without having to re-do everything?
How do I achieve one combined report when a user hits submit?
Thanks in advance