K
Ken L
I am working on a project where multiple people need to keep track of how
many customers they serve on a daily basis. Each customer can be counted
only once and must go into only one of 15 categories.
What I have thought of so far is to have an individual table for each of my
customer service people with the same data rows in all tables. Each custsvc
rep would open the database, select their 'tab' and be able to tabulate their
data. each 'tab' displays the 15 different categories and a button to add
one to that category.
tblCustSvc1(ID, Date, Staff, Student, Vendor)
tblCustSvc2(ID, Date, Staff, Student, Vendor)
etc.
Is there a better way to do this?
many customers they serve on a daily basis. Each customer can be counted
only once and must go into only one of 15 categories.
What I have thought of so far is to have an individual table for each of my
customer service people with the same data rows in all tables. Each custsvc
rep would open the database, select their 'tab' and be able to tabulate their
data. each 'tab' displays the 15 different categories and a button to add
one to that category.
tblCustSvc1(ID, Date, Staff, Student, Vendor)
tblCustSvc2(ID, Date, Staff, Student, Vendor)
etc.
Is there a better way to do this?