P
Paul Simon
I'm an inexperienced "newbie" to Access and construct new databases
very seldom. So I just haven't a clue how to do this.
We have an in-house Access customer database. Periodically,
information is submitted to us from outside sources with changed or
added data. This information is submitted to us in an Access database
with the exact same structure as our in-house database. However, only
the records which have something changed or added are included and
only the changed or added information is indicated. In other words,
fields whose data is unchanged are left blank - only the fields whose
information has been altered are filled in.
I must now take that database of changed or added information and fill
in all the blank fields with existing data from our in-house database.
For simplification, let's use an example of a database with Name,
State, Phone# and Marital Status
In-House Database:
------------------
Name State Phone Married
---- ----- ----- -------
Joe Smith CT yes
Paul Simon CT 555-1212
Bob Wilcox NY 555-2121 no
Harry James NY 555-5555 yes
Ralph Edwards CT 555-4321 no
Barbara Jean NY 555-1919 yes
Iona Karr CT 555-8531 yes
Database of Changes as Submitted:
---------------------------------
Name State Phone Married
---- ----- ----- -------
Joe Smith 555-0033
Paul Simon no
Bob Wilcox yes
Database of Changes as Completed by me, filling in unchanged info:
------------------------------------------------------------------
Name State Phone Married
---- ----- ----- -------
Joe Smith CT 555-0033 yes
Paul Simon CT 555-1212 no
Bob Wilcox NY 555-2121 yes
Can this all be done from within Access rather than exporting to Excel
to do elaborate Vlookup formulas? (There are about 60 fields in the
actual database.)
very seldom. So I just haven't a clue how to do this.
We have an in-house Access customer database. Periodically,
information is submitted to us from outside sources with changed or
added data. This information is submitted to us in an Access database
with the exact same structure as our in-house database. However, only
the records which have something changed or added are included and
only the changed or added information is indicated. In other words,
fields whose data is unchanged are left blank - only the fields whose
information has been altered are filled in.
I must now take that database of changed or added information and fill
in all the blank fields with existing data from our in-house database.
For simplification, let's use an example of a database with Name,
State, Phone# and Marital Status
In-House Database:
------------------
Name State Phone Married
---- ----- ----- -------
Joe Smith CT yes
Paul Simon CT 555-1212
Bob Wilcox NY 555-2121 no
Harry James NY 555-5555 yes
Ralph Edwards CT 555-4321 no
Barbara Jean NY 555-1919 yes
Iona Karr CT 555-8531 yes
Database of Changes as Submitted:
---------------------------------
Name State Phone Married
---- ----- ----- -------
Joe Smith 555-0033
Paul Simon no
Bob Wilcox yes
Database of Changes as Completed by me, filling in unchanged info:
------------------------------------------------------------------
Name State Phone Married
---- ----- ----- -------
Joe Smith CT 555-0033 yes
Paul Simon CT 555-1212 no
Bob Wilcox NY 555-2121 yes
Can this all be done from within Access rather than exporting to Excel
to do elaborate Vlookup formulas? (There are about 60 fields in the
actual database.)