J
javee
I'm not very familiar with access in regards to SQL...I have two tables
with physician info. The first table (OCphysicians) I've kept and
updated as we receive new physician info and have had it a few years
now. The second table (MedBoardData) I recently received from the state
containing all current and updated physician info.
I want to combine the two and have the MedBoardData overwrite older
addresses and phone numbers in OCPhysicians, but don't want to lose
other field information in the older table such as specialty, email and
preferred. The following fields are in the both tables:
LIC_NUM LASTUPDATE MISC EMAIL EMAIL2 LNAME FNAME PREFERRED
SPECIALTY ADDRESS CITY COUNTY STATE ZIPCODE1 PHONENUM1 FAXNUM1
MedBoardData does not have any information under specialty, email, fax
#, and preferred which I want to keep from OCphysicians. I want the
query to update ONLY addresses and phone numbers on records before date
20050930 (date under LASTUPDATE) yet keep email, specialty data, and so
on.
How can I go about doin this? I've been stuck on it a while now.
with physician info. The first table (OCphysicians) I've kept and
updated as we receive new physician info and have had it a few years
now. The second table (MedBoardData) I recently received from the state
containing all current and updated physician info.
I want to combine the two and have the MedBoardData overwrite older
addresses and phone numbers in OCPhysicians, but don't want to lose
other field information in the older table such as specialty, email and
preferred. The following fields are in the both tables:
LIC_NUM LASTUPDATE MISC EMAIL EMAIL2 LNAME FNAME PREFERRED
SPECIALTY ADDRESS CITY COUNTY STATE ZIPCODE1 PHONENUM1 FAXNUM1
MedBoardData does not have any information under specialty, email, fax
#, and preferred which I want to keep from OCphysicians. I want the
query to update ONLY addresses and phone numbers on records before date
20050930 (date under LASTUPDATE) yet keep email, specialty data, and so
on.
How can I go about doin this? I've been stuck on it a while now.