Editable list in a form

Hello all, I’m new to this and am trying to create a form with a list that can be edited. Which type of object should I use and how can it be parametrized.

Thans

Pierre

My own method is to make a form with the editable items for an individual record, along with a Text List Object to scroll through the records. You could also use a Text List Object, with clicking on a item in the list bringing up a form for editing. Of course, sometimes it is just easiest to use the Data Sheet.

1 Like

To add to what Bruce said, you can see an example of one way to do this on help page

Great, confirms what I thought. I’ll get on with it.

Thanks all

Pierre