"Documents" Table - List of documents & related info. All document #'s unique. No Duplicates
"Employee Training" Table - List of document / employee relationships to identify training requirements. Duplicate records with the same document #/info.
I want this Employee Training Table to update certain information based on it's "Documents" Table "parent"... if you will. So where [Employee Training].[Document #] = [Documents].[Document #] SET [Employee Training].[X],[Y], & [Z] = A,B, & C. I want it to update the document information in all records, including duplicates, and I do not want to have to provide specific criteria/parameters for every single document.
None of my Update queries have been successful thus far. Can't find a VBA example. Wondering if a FOR loop or something of the sort would achieve this result, but I'm unfamiliar.
Any advice or assistance appreciated.
"Employee Training" Table - List of document / employee relationships to identify training requirements. Duplicate records with the same document #/info.
I want this Employee Training Table to update certain information based on it's "Documents" Table "parent"... if you will. So where [Employee Training].[Document #] = [Documents].[Document #] SET [Employee Training].[X],[Y], & [Z] = A,B, & C. I want it to update the document information in all records, including duplicates, and I do not want to have to provide specific criteria/parameters for every single document.
None of my Update queries have been successful thus far. Can't find a VBA example. Wondering if a FOR loop or something of the sort would achieve this result, but I'm unfamiliar.
Any advice or assistance appreciated.
Last edited: