I have a subform which has three independent fields in them. They keep a visual history of what happened to a document, formula language writes into the three of them at the same time when someone makes a change in status, etc. I’m trying to analyze how statuses of the documents are changing on our database, and I was hoping to use the values in the subform to do this. Unfortunately it appears that the three fields Name, Action and Timestamp have no correlation to one an other in the database.
For simplicities sake I’ll only show two columns.
For example the following shows on the subform:
Name Action
Gil Save
Dave Approve
When I pull the values in a view with “show multiple values as separate entries” turned on I get the following:
Name Action
Gil Save
Dave Approve
Gil Approve
Dave Save
Is there anyway to get Gil Correlated to Save and Dave correlated to Approve? Gil and Dave’s roles may change on the next document and dave might save while gil approves. There are also 5000 Gil and Daves ![]()
Thanks,
Gil