Hello,
I am a relative novice so bear with me.
I have a database that has six tables in it (Orders 2003, Orders 2002, Orders 2001, Orders 2000, Orders 1999, and Orders 1998). Each table contains was created by different office staff over a number of years. They all have some of the some basic data, but some include extra fields, some have the same fields but different names, etc. They each have there own separate key value, called either file number or file id, and some duplicates of this value exist between the different tables over the years. Because of the duplicates, my understanding is that no real relationship exists between these tables.
What I would like to do is search all six tables for a specified address (they all have an address field, though there names do not conform) and return all matches. The information included in the new table would be the address, borrower name, and file id or file number. Again, each of these fields exists in all tables, but they may be named differently and the file id can not be used as a key field over multiple tables since there are duplicate values.
How would I go about setting up this search?
Again, I new to access, but one thought I had was to setup queries for each individual table and to have the output from these queries conform to some standards and then somehow combined the outputted data into one table. Not really sure if this is feasible or if it would provide the ease of use that I am looking for.
Thanks for any help,
~Luke
I am a relative novice so bear with me.
I have a database that has six tables in it (Orders 2003, Orders 2002, Orders 2001, Orders 2000, Orders 1999, and Orders 1998). Each table contains was created by different office staff over a number of years. They all have some of the some basic data, but some include extra fields, some have the same fields but different names, etc. They each have there own separate key value, called either file number or file id, and some duplicates of this value exist between the different tables over the years. Because of the duplicates, my understanding is that no real relationship exists between these tables.
What I would like to do is search all six tables for a specified address (they all have an address field, though there names do not conform) and return all matches. The information included in the new table would be the address, borrower name, and file id or file number. Again, each of these fields exists in all tables, but they may be named differently and the file id can not be used as a key field over multiple tables since there are duplicate values.
How would I go about setting up this search?
Again, I new to access, but one thought I had was to setup queries for each individual table and to have the output from these queries conform to some standards and then somehow combined the outputted data into one table. Not really sure if this is feasible or if it would provide the ease of use that I am looking for.
Thanks for any help,
~Luke