Hello.
I need to create a form that can go on accepting data entry of records until user clicks a stop button.
To say it clearly, first I check if the "Depcode" (field name) already exists in the table through a Dlookup on form. If not, I accept data entry.
In the form, I need to fill in 6 fields per record. Out of these, after first record 4 fields need to show up in next record (repeating) and the remaining two need to accept new values.
This goes on till user clicks a stop button on the form. Split form is not an option in this case, unfortunately.
Does this call for a form/subform or is there any other solution ? How do I proceed ?
I'm concerned because it is just one underlying table.
Please help, anyone ??
I need to create a form that can go on accepting data entry of records until user clicks a stop button.
To say it clearly, first I check if the "Depcode" (field name) already exists in the table through a Dlookup on form. If not, I accept data entry.
In the form, I need to fill in 6 fields per record. Out of these, after first record 4 fields need to show up in next record (repeating) and the remaining two need to accept new values.
This goes on till user clicks a stop button on the form. Split form is not an option in this case, unfortunately.
Does this call for a form/subform or is there any other solution ? How do I proceed ?
I'm concerned because it is just one underlying table.
Please help, anyone ??