and this table named updates
kwdikos_pelath
hmeromhnia
poso_kefalaiou
i tryed to update table pelates via table updates with this sql coed but i
got an error.
UPDATE pelates INNER JOIN updates
ON pelates.kwdikos_pelath=updates.kwdikos_pelath
SET pelates.hmeromhnia = updates.hmeromhnia,
pelates.poso_kefalaiou=updates.poso_kefalaiou;
Where is the problem in that code?
Thanks
There isn't anything wrong with the code. It tested fine for me. What is
the error?
You could try this:
UPDATE pelates INNER JOIN updates ON pelates.kwdikos_pelath =
updates.kwdikos_pelath SET pelates.hmeromhnia = [updates]![hmeromhnia],
pelates.poso_kefalaiou = [updates]![poso_kefalaiou];
--
Kevin
"AFSSkier" <AFSS...@discussions.microsoft.com> 写入消息
news:88100F5D-E9EA-417E...@microsoft.com...
"AFSSkier" <AFSS...@discussions.microsoft.com>, iletide şunu yazdı
news:88100F5D-E9EA-417E...@microsoft.com...
"AFSSkier" <AFSS...@discussions.microsoft.com>, iletide şunu yazdı
news:88100F5D-E9EA-417E...@microsoft.com...
"Ata Kemal" <atak...@windowslive.com>, iletide şunu yazdı
news:D7F37B15-A36B-4645...@microsoft.com...