I have a table called All_Sites and a table called Budget_Table I am trying to copy all the values from All_Sites to Budget_Table. I need Budget_Table to update whenever new values are added to All_sites. I tried using an update query and entering [All_Sites].[column name] but it doesn’t seem to...