Alright everyone, last question of the night for me! And thank you everyone in advanced. Here is my information
I have two tables, one for all the information concerning certain equipment, how many hours was put on the equipment, the date the equipment was used and a workorder number(number that distinguishes that job from another job and also on this table workorder number is primary key)
My other table is a table with also workorder number (which on this table is fk), location of the job, products used, and some averaging which i have figured out
Now my question is on the second table i have multiple products that must be entered for just that one work order, for example if lets say I use the following things on the job
Oil, filter, gasket, and adhesive, i would need all those entered
So how would I go about doing this? Or could I do this in a form and if so how?
I hope that makes sense, if I need to clarify on something please ask me, and thankyou.
OR is it possible when I open a form, it ask me how many products I used for that job and it pops up with that many blanks for me to fill in on product, and it automatically fills the rest in for me such as workorder number, location etc based off the first record it pertains to?