It is possible to keep the information separate, and upon a certain event, move them to the master table and delete them from the intake table. You could do this with append and delete queries or through VBA.
However, I would recommend putting all of the info in the same table and simply...