L
LJG
Hey Guys,
Anyone tell me why this update query will not work?
UPDATE [Software Costs] INNER JOIN tempSoftCost ON [Software Costs].softID =
tempSoftCost.softID SET [Software Costs].Description =
tempSoftCost.Description, [Software Costs].[1 off] = tempSoftCost.[1 off],
[Software Costs].priority = tempSoftCost.priority, [Software Costs].type =
tempSoftCost.type, [Software Costs].code = tempSoftCost.code, [Software
Costs].modified = tempSoftCost.modified;
TIA
Les
Anyone tell me why this update query will not work?
UPDATE [Software Costs] INNER JOIN tempSoftCost ON [Software Costs].softID =
tempSoftCost.softID SET [Software Costs].Description =
tempSoftCost.Description, [Software Costs].[1 off] = tempSoftCost.[1 off],
[Software Costs].priority = tempSoftCost.priority, [Software Costs].type =
tempSoftCost.type, [Software Costs].code = tempSoftCost.code, [Software
Costs].modified = tempSoftCost.modified;
TIA
Les