C
charley
I am currently building a database that holds a roster of employee names and
what their work activities are. This database will be available to each
person on the roster and allow them to apply data to each work activity.
What is the best way to organize the database to where each person on the
roster (204+) is able to input data against the database with each person
seeing same work activities. Do I need to create similar tables for each
person or is there a way to automatically duplicate the same table for each
person?
what their work activities are. This database will be available to each
person on the roster and allow them to apply data to each work activity.
What is the best way to organize the database to where each person on the
roster (204+) is able to input data against the database with each person
seeing same work activities. Do I need to create similar tables for each
person or is there a way to automatically duplicate the same table for each
person?