K
Kaykayme
I am revising a make table query that used all the fields of a table
[Table1]. Since that table [Table1] never received updates I linked another
table [LinkedTable1] from another database that is regularly updated and used
this table [LinkedTable1] instead of the one already in the query [Table1].
The [LinkedTable1] does not have all of the fields of [Table1] and [Table1]
does not have all of the records of [LinkedTable1]. Since an Update query is
run to update the fields in [Table1] that are not in [LinkedTable1] anyway,
will running that same Update query add the missing fields in [LinkedTable1]
with the new updated data? If not, what will be the best way to do that?
[Table1]. Since that table [Table1] never received updates I linked another
table [LinkedTable1] from another database that is regularly updated and used
this table [LinkedTable1] instead of the one already in the query [Table1].
The [LinkedTable1] does not have all of the fields of [Table1] and [Table1]
does not have all of the records of [LinkedTable1]. Since an Update query is
run to update the fields in [Table1] that are not in [LinkedTable1] anyway,
will running that same Update query add the missing fields in [LinkedTable1]
with the new updated data? If not, what will be the best way to do that?