T
tcanis
I need know how to update one table with null values in various fields using
another table imported from another program. Both tables are tied together
by a unique ID number. "tblUPLOADservnum" is imported into access from
another program. It is a temporary table, once the data from this table is
uploaded to the main table, the table is deleted. tblSBSservnumGM, is the
main table.
Some of the fields in certain records in the main table wasnt imported
initially when the record was created so now I need to update the existing
records where the value of the field is currenlty null. The imported table
generally has this information but not always. Sometimes the data for a
specific field is just plain not available. Can an update query be the way
to go? If so how do I set this up.
This is my goal: Compare the data of the imported table to the main table.
If any of the records fields in the main table are null and the imported
table has data for that record for those fields only then I want the main
table updated with the information from the imported table. There are 7
fields I am interested in, line#, Service#, Prod Finish#, Eng#/LF#, Color,
Model Year, and comments
another table imported from another program. Both tables are tied together
by a unique ID number. "tblUPLOADservnum" is imported into access from
another program. It is a temporary table, once the data from this table is
uploaded to the main table, the table is deleted. tblSBSservnumGM, is the
main table.
Some of the fields in certain records in the main table wasnt imported
initially when the record was created so now I need to update the existing
records where the value of the field is currenlty null. The imported table
generally has this information but not always. Sometimes the data for a
specific field is just plain not available. Can an update query be the way
to go? If so how do I set this up.
This is my goal: Compare the data of the imported table to the main table.
If any of the records fields in the main table are null and the imported
table has data for that record for those fields only then I want the main
table updated with the information from the imported table. There are 7
fields I am interested in, line#, Service#, Prod Finish#, Eng#/LF#, Color,
Model Year, and comments