I have a continuous form with an edit button. On the continuous form, there’s an edit button for every row. I want to be able to highlight the row of the continuous form, store the row ID in a string, and then click the edit button to edit just that row only with the other rows locked. Is this even possible? This is basically for the user’s benefit, so they don’t make mistakes on the continuous form that is open to edit anything and no row locks.
I even tried with a datasheet to lock other rows and only edit the row I am on when the edit button is clicked. I like the datasheet because it has filter lookups. On the datasheet, there is just one edit button in the header. So, it's a main form with a datasheet sub form.
Is there a workaround for the continuous form? Or is it just better to use the datasheet or split form? Not sure how to lock all rows except the one I want to edit.
Thank you.
Ben
I even tried with a datasheet to lock other rows and only edit the row I am on when the edit button is clicked. I like the datasheet because it has filter lookups. On the datasheet, there is just one edit button in the header. So, it's a main form with a datasheet sub form.
Is there a workaround for the continuous form? Or is it just better to use the datasheet or split form? Not sure how to lock all rows except the one I want to edit.
Thank you.
Ben