I have a split design form, where user can select on any row and column of the spreadsheet view of the form and edit the data. Now, I want to write a code to limit the data addition(Row addition) to a certain number. But I still want to be able to edit the previous records added to the form.
I used Me.AllowAdditions = False, but when I want to select the previous records, it gives error:"You cannot go to specified record". Any thought how I can sort this out.
I used Me.AllowAdditions = False, but when I want to select the previous records, it gives error:"You cannot go to specified record". Any thought how I can sort this out.