I am trying to make an auto-fill form or table (mainly working with the table) It has a refrence number and the refrence number has associated fields.
This refrence number and its fields are in Table 1.
I am updating information in Table 2. ( the one I am trying to create). What I want to happen is: when I enter the refrence number in table 2, it will auto fill the associated fields, using table 1.
Example:
Table 1
1234 - Mary - Blue
Table 2
1234 - autofill - autofill - other_table2_fields
----
The number 1234 is what I am entering into that field, and what I want to happen is for the other information (mary, blue ) to auto fill into the 2nd and 3rd field.
I have tried all kinds of relationships and queries and I still can't get what I want. Please help me or at least point me in the right direction. Thanks so much.
This refrence number and its fields are in Table 1.
I am updating information in Table 2. ( the one I am trying to create). What I want to happen is: when I enter the refrence number in table 2, it will auto fill the associated fields, using table 1.
Example:
Table 1
1234 - Mary - Blue
Table 2
1234 - autofill - autofill - other_table2_fields
----
The number 1234 is what I am entering into that field, and what I want to happen is for the other information (mary, blue ) to auto fill into the 2nd and 3rd field.
I have tried all kinds of relationships and queries and I still can't get what I want. Please help me or at least point me in the right direction. Thanks so much.