Hi, someone asked me to help them with their db for a weekly report and I have not worked in Access for over 20 years. Below is my question with example information and I'm hoping there is an easy solution.
Example Tables
Dog tbl
Cat tbl
Bird tbl
Fish tbl
Example Column fields in each example table: ID, Name, Date, Food
I want to compile all data from all tables (not loosing any records) and have new column field that tells me what table that data is from, such as "Type" with the values of “Dog”, “Cat”, “Bird”, “Fish” (not sure how I can hard code this). I would like to be able to export this data weekly into Excel for a pivot table report. Currently this person is exporting data from 12 separate tables weekly into excel and manually compiling all the data in Excel.