MishkaNanook
Registered User.
- Local time
- Yesterday, 21:11
- Joined
- Feb 13, 2014
- Messages
- 16
I'm looking to create a form which allows you to track the amount of time a particular piece of equipment is in use (up), not in use(idle), and being repaired (down) on a daily basis. I currently have it set us that my end users pick's the piece of equipment from a drop down box and then fill in the appropriate times; however, they would prefer if all the equipment was listed on the form when they openned it and they could them fill in the appropriate blanks for the times up, down and idle.
The database is set up with an Equipment table which has all the equipment and locations listed in it and an UpDown Table which keeps track of the date and corresponding up, down and idle times.
I was thinking this would be a many to many relationship and I therefore needed a joining table to link the two but I still can't seem to make a form which on one hand lists all of the equipment in one table and creates an input form to enter data into another table.
Any ideas how I might accomplish this?
Thanks
The database is set up with an Equipment table which has all the equipment and locations listed in it and an UpDown Table which keeps track of the date and corresponding up, down and idle times.
I was thinking this would be a many to many relationship and I therefore needed a joining table to link the two but I still can't seem to make a form which on one hand lists all of the equipment in one table and creates an input form to enter data into another table.
Any ideas how I might accomplish this?
Thanks