T
Taz
Hello Group,
I have a large table (tablemain) with numerous fields and a primary key
named (keynumber). Some fields were originally created with the anticipation
of populating them with data later. Later is now. For example I have a field
named street address in (tablemain). There are around 500 records and of
those, only 10% or so have data in the street address field. I have another
table created by an external query of another database called (tablesmall)
that uses the same primary key (keynumber) as (tablemain) and has the street
address field complete for each record. I need to populate the street
address field of (tablemain) using (tablesmall's) data. I can't simply copy
the field over because it then wipes out any changes or existing data in
(tablemain). How can this be done? I though I might be able to do it with
some sort of update query but it has not worked. Keep in mind I am a novice
so I don't know any scripting. A non-script solution would be greatly
appreciated.
Thank you in advance.
I have a large table (tablemain) with numerous fields and a primary key
named (keynumber). Some fields were originally created with the anticipation
of populating them with data later. Later is now. For example I have a field
named street address in (tablemain). There are around 500 records and of
those, only 10% or so have data in the street address field. I have another
table created by an external query of another database called (tablesmall)
that uses the same primary key (keynumber) as (tablemain) and has the street
address field complete for each record. I need to populate the street
address field of (tablemain) using (tablesmall's) data. I can't simply copy
the field over because it then wipes out any changes or existing data in
(tablemain). How can this be done? I though I might be able to do it with
some sort of update query but it has not worked. Keep in mind I am a novice
so I don't know any scripting. A non-script solution would be greatly
appreciated.
Thank you in advance.