lastdairyman
Instructor
How do I retrieve data from one table to place in another table based upon the an entry I type in my master form?
Here is my example:
I have a table called tblpen#tx# with three fields. ID, PEN# and TX#.
The ID is numbered 1-96, the pen# is numbered 1-96, the tx# is randomly numbered using the values 1-12. For example pen# 1 has tx#7 assigned to it, pen# 2 has tx#10 assigned to it, etc..... until all 96 pen#s have a tx#. In total each tx# is assigned to 16 pens randomly place for a total of 96 pens.
I have a master form that I enter data into such as pen#, date, weight of animal, observation code, ect..... I wish for the form to automatically display the tx# based upon the pen# I enter. I then wish for the all of the data to go into my master database table.
Can this be done with this extra data source? It would save me a tremendous amount of typing. I have over 2,000 entries to type in. This would save me at least that many keystrokes.
Here is my example:
I have a table called tblpen#tx# with three fields. ID, PEN# and TX#.
The ID is numbered 1-96, the pen# is numbered 1-96, the tx# is randomly numbered using the values 1-12. For example pen# 1 has tx#7 assigned to it, pen# 2 has tx#10 assigned to it, etc..... until all 96 pen#s have a tx#. In total each tx# is assigned to 16 pens randomly place for a total of 96 pens.
I have a master form that I enter data into such as pen#, date, weight of animal, observation code, ect..... I wish for the form to automatically display the tx# based upon the pen# I enter. I then wish for the all of the data to go into my master database table.
Can this be done with this extra data source? It would save me a tremendous amount of typing. I have over 2,000 entries to type in. This would save me at least that many keystrokes.