I'm having difficulties with linked like tables. I have an accounting database and each year has its own table. Each table has the same fields, just different data. In a form/report, I want to be able to load as many or as few tables and view all the data in the same area. For example, I don't want to see "1998.funds" and "1999.funds", I want to see "funds" and if that particular record is in table "1999" then so be it.
The only way of getting around this, that I have come across, is to have another "common" table, with all of the same fields, that is blank and that is actually linked to all of the child tables and forms/reports. It's not populated until I run a query (seperate for each year table) that appends the data from a year table to that "common" table. Running a query for each of the years I want to access (no pun intended) at the time and then referring to that common table.
It seems to me there has to be a better and simpler way of doing this. But I feel like a total newbie, so someone please point me in the right direction.
Xhonzi
The only way of getting around this, that I have come across, is to have another "common" table, with all of the same fields, that is blank and that is actually linked to all of the child tables and forms/reports. It's not populated until I run a query (seperate for each year table) that appends the data from a year table to that "common" table. Running a query for each of the years I want to access (no pun intended) at the time and then referring to that common table.
It seems to me there has to be a better and simpler way of doing this. But I feel like a total newbie, so someone please point me in the right direction.
Xhonzi