Hi there,
This question is probably going to sound more complicated than it actually should be, but I will attempt to make it as clear as possible.
I am attempting to make a simple database to track chain of custodies for laboratory samples.
What I have:
3 Tables: Table1- SiteLocation, SiteAddress, Site#
Table2- Some basic criteria fields, date, sitelocation
Table3- Specific Sample Information
3 Forms:
Form1- Listbox (SiteLocation...populated from table1), Textbox (Date)
Form2-a mixture of listboxes and textboxes with data, 2 locked textboxes for Sitelocation and Date to be posted <All information associated with Table2>
Form3- a subform located on Form2, with textboxes for sample criteria <Information associated with Table3>
What I need:
For the sitelocation and date information from Form1 to be able to carry over to form2 and form3, Note: form3 will have multiple records to be associated with one location and one date (the same as form1, and form2)
Why I need this:
To create a report which contains all the information gathered at a site on a certain day. I do not want to have the date/location require repeat entries by the user.
My Question: Is this possible? What is the best way to go about doing this?
Any help to point me in the proper direction would be appreciated.
Thanks for the help in advance.
ConfusedA
This question is probably going to sound more complicated than it actually should be, but I will attempt to make it as clear as possible.
I am attempting to make a simple database to track chain of custodies for laboratory samples.
What I have:
3 Tables: Table1- SiteLocation, SiteAddress, Site#
Table2- Some basic criteria fields, date, sitelocation
Table3- Specific Sample Information
3 Forms:
Form1- Listbox (SiteLocation...populated from table1), Textbox (Date)
Form2-a mixture of listboxes and textboxes with data, 2 locked textboxes for Sitelocation and Date to be posted <All information associated with Table2>
Form3- a subform located on Form2, with textboxes for sample criteria <Information associated with Table3>
What I need:
For the sitelocation and date information from Form1 to be able to carry over to form2 and form3, Note: form3 will have multiple records to be associated with one location and one date (the same as form1, and form2)
Why I need this:
To create a report which contains all the information gathered at a site on a certain day. I do not want to have the date/location require repeat entries by the user.
My Question: Is this possible? What is the best way to go about doing this?
Any help to point me in the proper direction would be appreciated.
Thanks for the help in advance.
ConfusedA
Last edited: