I'm sure this has been asked before but I am trying to combine the fields from several different tables into one with the same key field. Can't figure out the criteria for it to update using the names
I have the update query set up
Field: Training
Table: permpartytraining
Update To: [ExternalTable].[CompletionData]
Criteria: [permpartytraining].[persName] = [ExternalTable].[persName]
this doesn't seem to work
I have the update query set up
Field: Training
Table: permpartytraining
Update To: [ExternalTable].[CompletionData]
Criteria: [permpartytraining].[persName] = [ExternalTable].[persName]
this doesn't seem to work
