I have what I think is a fairly simple idea but can't seem to find the solution.
we have a table1 filled with idnumber, name, address info.
we have a 2nd table that's empty.
data entry person should open up form, type in an idnumber (that will match up to the idnumber on table1) and it will populate table2's fields with all the info table1 has in it.
everything i have found, as far as tutorials etc, has both tables already containing the id numbers, address fields, etc.
basically table2 starts out empty and when you type in "00001" or "001231", it populates that records fields with "00001" or "001231"'s corresponding data from table1.
I'm sure this is simple to do, I just cant find how to do it or even what terminology to search for.
Thanks in advance for any help.
we have a table1 filled with idnumber, name, address info.
we have a 2nd table that's empty.
data entry person should open up form, type in an idnumber (that will match up to the idnumber on table1) and it will populate table2's fields with all the info table1 has in it.
everything i have found, as far as tutorials etc, has both tables already containing the id numbers, address fields, etc.
basically table2 starts out empty and when you type in "00001" or "001231", it populates that records fields with "00001" or "001231"'s corresponding data from table1.
I'm sure this is simple to do, I just cant find how to do it or even what terminology to search for.
Thanks in advance for any help.