Hi, I want to create an access app that will allow a user to see the number of pages printed by various printers.
These are the data that I have:
Printers
PrinterID
Model
Name
IP
ModelTypes
ModelID
Model
Now, where do I place the quanties of paper printed? Do I just leave it in Printers?
Thanks.
These are the data that I have:
- Model Type (various are available)
- Printer's name (unique to one printer)
- IP addr (unique to printer)
- Quantity printed (such as Single Legal, Double Legal, Single Letter,etc)
Printers
PrinterID
Model
Name
IP
ModelTypes
ModelID
Model
Now, where do I place the quanties of paper printed? Do I just leave it in Printers?
Thanks.