R
Rob Bergstrom
Hello,
I have a user table that contains stuff like first name, last name, job
title, copy codes, etc.
The company has 5 copiers that employees use their codes for printing,
faxing, etc.
I need to add a table(s) to the database so that every month I can enter
individual copier usage according to users copy code.
I am confused on how to do this.
I made a "copies" table and put a lookup field to the copy code in the users
table, then added a field for each copier.
That works for a single record for each copier but I need to track each
month and compile this for history also.
Do I need a join field or something so I can do a separate record each month
for each copier?
Thanks in advance,
Rob
I have a user table that contains stuff like first name, last name, job
title, copy codes, etc.
The company has 5 copiers that employees use their codes for printing,
faxing, etc.
I need to add a table(s) to the database so that every month I can enter
individual copier usage according to users copy code.
I am confused on how to do this.
I made a "copies" table and put a lookup field to the copy code in the users
table, then added a field for each copier.
That works for a single record for each copier but I need to track each
month and compile this for history also.
Do I need a join field or something so I can do a separate record each month
for each copier?
Thanks in advance,
Rob