M
MiRoT
Hello.
Is there a way to auto-update a table in Access via one other table? I try
to do it with sql query and the query asks for values. I want to automaticaly
take the values when cretiria is true. Here is the code
UPDATE pelates SET poso_kefalaiou = (SELECT updatess.poso_kefalaiou FROM
updatess WHERE updatess.kwdikos_pelath = pelates.kwdikos_pelath)
WHERE EXISTS (SELECT updatess.poso_kefalaiou FROM updatess WHERE
updatess.kwdikos_pelath = pelates.kwdikos_pelath);
With this i want to auto-take the value poso_kefalaiou from table updatess
and place it to poso_kefalaiou in table pelates. Can this happen?
Thanks.
Is there a way to auto-update a table in Access via one other table? I try
to do it with sql query and the query asks for values. I want to automaticaly
take the values when cretiria is true. Here is the code
UPDATE pelates SET poso_kefalaiou = (SELECT updatess.poso_kefalaiou FROM
updatess WHERE updatess.kwdikos_pelath = pelates.kwdikos_pelath)
WHERE EXISTS (SELECT updatess.poso_kefalaiou FROM updatess WHERE
updatess.kwdikos_pelath = pelates.kwdikos_pelath);
With this i want to auto-take the value poso_kefalaiou from table updatess
and place it to poso_kefalaiou in table pelates. Can this happen?
Thanks.