I have created a database that logs machine downtime. Basically everyday the user will enter downtime for every machine. I would like to create a form that has all the machines listed along with the fields for the user to enter. I have a form set up for one entry at a time, but i would much rather to be able to enter the information for every machine on a specified date.
I have a table that contains all the data for the database (Data), with fields
-Date (date)
-Machine ID (text)
-Machine Inuse? (yes/no)
-Downtime Code 1 (number)
-Downtime Code 2 (number)
-Downtime Code 3 (number)
-Downtime Code 4 (number)
I also have a table that contains all the machine information (Machine/shifts operated), with fields
- Machine (text)
I would like the form to ask the user to enter a date and then list all the machines from (machine/shifts operated), and then have dummy values for fields Machine Inuse?, Downtime Code 1, Downtime Code 2, Downtime Code 3, Downtime Code 4 for which the user can change. After all the values have been changed i would like it to be saved into the Data table.
Is this possible?
Thanks for your help.
I have a table that contains all the data for the database (Data), with fields
-Date (date)
-Machine ID (text)
-Machine Inuse? (yes/no)
-Downtime Code 1 (number)
-Downtime Code 2 (number)
-Downtime Code 3 (number)
-Downtime Code 4 (number)
I also have a table that contains all the machine information (Machine/shifts operated), with fields
- Machine (text)
I would like the form to ask the user to enter a date and then list all the machines from (machine/shifts operated), and then have dummy values for fields Machine Inuse?, Downtime Code 1, Downtime Code 2, Downtime Code 3, Downtime Code 4 for which the user can change. After all the values have been changed i would like it to be saved into the Data table.
Is this possible?
Thanks for your help.
Comment