copy certain field in multiple data entry
I created a form for data entry called "Report". It is used to register time spent on different project.User have to enter multiple record in a single data entry session and some of the filed are always the same. In particular Month (with is a dropdown field) and Manager (which not a dropdown field).
How can I get the following behaviour:
- a user log in and go to the application with the form "report' it enter the first data with all the field blank.
- hit submit for the first record
- when the record is submitted after the screen refresh I want the two variables "month" and "Manager" to be pre populated with the values entered in record 1.
Is this possible ?