Good day,
I am trying to create a database where I need to have multiple tables with the same column headers. The data in each table will be different. The first table is linked to an excel sheet, which will have week numbers as column headers. The second table will have the same column headers and will use values from the first tables columns to do math on them and enter the new value into the second tables corresponding row/column.
My issue currently is figuring out how to make the columns in the second table have the same headers as the first table the way I do in Excel with (='Sheet1!A1) for example. The linked table will update every week with the current week number being the first column.
I hope I explained this well enough for someone to help!
I am trying to create a database where I need to have multiple tables with the same column headers. The data in each table will be different. The first table is linked to an excel sheet, which will have week numbers as column headers. The second table will have the same column headers and will use values from the first tables columns to do math on them and enter the new value into the second tables corresponding row/column.
My issue currently is figuring out how to make the columns in the second table have the same headers as the first table the way I do in Excel with (='Sheet1!A1) for example. The linked table will update every week with the current week number being the first column.
I hope I explained this well enough for someone to help!