AccessHelp123
Programmer
Hi I am trying to use Inner join combined with a min function to update a table, for some reason it does not work. The query is posted below, any help is appreciated. Thanks.
UPDATE tableFinalResult SET tableFinalResult.[FIRST CUT DATE IN CLUSTER] = MIN([tableNortel].[cut]) INNER JOIN tableNortel ON tableFinalResult.CLUSTER = tableNortel.Cluster;
UPDATE tableFinalResult SET tableFinalResult.[FIRST CUT DATE IN CLUSTER] = MIN([tableNortel].[cut]) INNER JOIN tableNortel ON tableFinalResult.CLUSTER = tableNortel.Cluster;