S
steve12173
I had inherited a database, which I need to add the info of one field, to
another database. The one field in the old database that I need to add to
the new database matched by the Prospect ID.
Old Table - tblProspects
Field - Notes
New Table - tblProspectsComplete
Field - Notes
I need the query to add all the data in the Notes field from the
tblProspects to the Notes field in the tblProspectComplete where the Prospect
ID is the same.
another database. The one field in the old database that I need to add to
the new database matched by the Prospect ID.
Old Table - tblProspects
Field - Notes
New Table - tblProspectsComplete
Field - Notes
I need the query to add all the data in the Notes field from the
tblProspects to the Notes field in the tblProspectComplete where the Prospect
ID is the same.