So you want a running list? So that you have a repeating group that holds a user name and date for each person who has modified the form?
I don't know a way to do this without code (or qRules). You need to have a repeating group that holds the user name and date and then insert a new instance of the group each time the form is submitted to hold the data for the new submitter. Does that make sense?