create three queries to summarize the three tables by date. Create a fourth query to join the other three on date. Once that works, you can change the fourth query to an append query if you must store the value. Generally it is wrong to store values that can be calculated so I don't recommend it.