I think this should be possible - probably through javascript which I'm not familiar with.
I have 3 users creating entries simultaneously. Problem is, when they all input data, the "counter" that I have ends up with duplicate copies and I need it be unique.
To work around that, I've create 3 distinct libraries, 1 for each user to input the data.
Then I 'move' the data into 1 combined library.
I would like a way to have that work flow happen as the entry is being created.
1. Entries are created in sub library 1, 2 and 3.
2. As entries are being created, they are copied into a Master Library.
Right now I can make it work - but it requires manual input from me and I need the system to be largely self driven.