![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I have to Update all fields from a table with the values of a related table, i've tried some querys i found on the internet, but nothing seems to word, i even tried to lookup the value using dlookup, but even that doesnt seem to word in a update query. The query that i think should work is this one: UPDATE tblOrderLines AS tblO SET tblO.olArtCode = ( SELECT tblA.artArtCode FROM tblArticles AS tblA WHERE (tblA.artArticleID = tblO.olArticleID) ); But it doen't work, the field olArtCode stays empty after running this query, i don't get any errors while running the query so i guess the syntax must be right... Can anyone tell me what i'm doing wrong? TNX! Fons |
![]() |
| Thread Tools | |
| Display Modes | |
| |