I have an idea in my head of what I want to do, I'm hoping I can effectively communicate what that is. My terminology may not be perfect, so I appreciate your patience 
I'm making a database that will store all of our micro bio testing results. In a given day multiple tests may be run. What I'd like to do is setup a form that allows me to input the results of each test run for the day into a single form.
I imagine the form to look something like this:
FrmMicroTesting
- Date
- Time
- Invoice Number
- LotNumber (1st instance)
- Grade (1st instance)
- Test (1st instance)
- Results (1st instance)
- LotNumber (2nd instance)
- Grade (2nd instance)
- Test (2nd instance)
- Results (2nd instance)
- LotNumber (3rd instance)
- Grade (3rd instance)
- Test (3rd instance)
- Results (3rd instance)
etc
I may have up to 5-10 instances on a single form that need to be reported. Is it possible to create a form that carries multiple values for a single field like that (multiple lot numbers, with their respective tests and results)?
Thanks
I'm making a database that will store all of our micro bio testing results. In a given day multiple tests may be run. What I'd like to do is setup a form that allows me to input the results of each test run for the day into a single form.
I imagine the form to look something like this:
FrmMicroTesting
- Date
- Time
- Invoice Number
- LotNumber (1st instance)
- Grade (1st instance)
- Test (1st instance)
- Results (1st instance)
- LotNumber (2nd instance)
- Grade (2nd instance)
- Test (2nd instance)
- Results (2nd instance)
- LotNumber (3rd instance)
- Grade (3rd instance)
- Test (3rd instance)
- Results (3rd instance)
etc
I may have up to 5-10 instances on a single form that need to be reported. Is it possible to create a form that carries multiple values for a single field like that (multiple lot numbers, with their respective tests and results)?
Thanks