I have 7 tables in my database. Table 1 is the "master" that lists all of our accounts. Tables 2-7 are those accounts divided up by zone. What we are trying to do is (for example) have table 2 look at table 1 and if the account numbers match then pull 3 fields that are unique to only table 1 and put them in table 2 (or a new table if need be).
So here is it is in a nutshell.
=========
FIELD1 FIELD2 FIELD3 FIELD4 FIELD5
Table 1: |Account_No|Prefix|House_No|Street|Suffix
FIELD1 FIELD2
Table 2: |Account_No|Whole Address|
New Table: |Account_No(from Table2 only)|Prefix|House_No|Street|Suffix
Is that clear as mud? I hope not, I'm a newbie and stumped at this. Thank you in advance for your help.
So here is it is in a nutshell.
=========
FIELD1 FIELD2 FIELD3 FIELD4 FIELD5
Table 1: |Account_No|Prefix|House_No|Street|Suffix
FIELD1 FIELD2
Table 2: |Account_No|Whole Address|
New Table: |Account_No(from Table2 only)|Prefix|House_No|Street|Suffix
Is that clear as mud? I hope not, I'm a newbie and stumped at this. Thank you in advance for your help.