J
jcinn
I have two tables and created a form to enter data into one of the tables.
PROBLEM
I need to have data from a few fields in one table automatically populate
the same few fields in the other table when new information is input into the
form.
1. Data is input into Table 1 (new table)by using a form.
2. Field B and Field C need to auto-populate when information is entered in
Field A.
3. The information should feed to Fields B and C in Table 1 mirror data in
Table 2 (old table).
I know I need to create some sort of relationship. I tried lookup but that
is not appropriate for this task. I created an append query, but do not know
how to tell the query to associate information from Table 2 (old table), to
information in fields A, B, and C in Table 1 (new table).
Also, there are only 302 records in Table 1 (new table), but the append
query returns over 22,000 records from Table 2 (old table).
TABLE 1 (new table)
Field A (new data entered)
Field B (auto-populate based on Table 2 [old table])
Field C (auto-populate based on Table 2 [old table])
Fields A, B, and C related to one another. For instance:
Field A = Sales Exec (there are 5 sales execs)
Field B = Company buying product
Field C = Company buying product's agency
I explained this as best I could so I hope it is understandable. I need
step-by-step, no shortcuts, plain language info because I am not fully versed
in the language specific to the Access genre. Thanks in advance.
PROBLEM
I need to have data from a few fields in one table automatically populate
the same few fields in the other table when new information is input into the
form.
1. Data is input into Table 1 (new table)by using a form.
2. Field B and Field C need to auto-populate when information is entered in
Field A.
3. The information should feed to Fields B and C in Table 1 mirror data in
Table 2 (old table).
I know I need to create some sort of relationship. I tried lookup but that
is not appropriate for this task. I created an append query, but do not know
how to tell the query to associate information from Table 2 (old table), to
information in fields A, B, and C in Table 1 (new table).
Also, there are only 302 records in Table 1 (new table), but the append
query returns over 22,000 records from Table 2 (old table).
TABLE 1 (new table)
Field A (new data entered)
Field B (auto-populate based on Table 2 [old table])
Field C (auto-populate based on Table 2 [old table])
Fields A, B, and C related to one another. For instance:
Field A = Sales Exec (there are 5 sales execs)
Field B = Company buying product
Field C = Company buying product's agency
I explained this as best I could so I hope it is understandable. I need
step-by-step, no shortcuts, plain language info because I am not fully versed
in the language specific to the Access genre. Thanks in advance.