In Access 2003, I have a table storing thousands of test result data. My users feel troublesome when they want to trace back some data in desired categories. For example, if they want to see all data in February 2004, they do not want to search in the table.
I am asked to create some more tables which are duplicated from the test result table but with different month categories. For example, a table only stores data from Jan to March 2004, another table stores data from April to June, etc. However, there are some criteria:
1. These duplicated tables should be read-only and not editable.
2. Any data changed in main test result table will also change the duplicated table automatically.
I know using Query is a good way to do it. However, my users do not like it. They like working with tables only. What is the best way to do it?
I am asked to create some more tables which are duplicated from the test result table but with different month categories. For example, a table only stores data from Jan to March 2004, another table stores data from April to June, etc. However, there are some criteria:
1. These duplicated tables should be read-only and not editable.
2. Any data changed in main test result table will also change the duplicated table automatically.
I know using Query is a good way to do it. However, my users do not like it. They like working with tables only. What is the best way to do it?