Hi I need to add a sequence in my rows. At this moment I succeeded to add a row by clicking a button, but now I need to have a colon with Employee 1 for he first row and when I then add a 2nd row it has to say Employee 2 and so on.
You can use the parent.index on an object inside of the subform to determine which instance that you are on. Then you can use that in combination with the string Employee to get your desired result. If you allow for deleting instances then you will have to recalculate each row everytime someone deletes a row.