Hi
I need to UPDATE data into a table
mainData
which contains many fields - one is CODE and one is DESCRIPTION
another table DESCRIP is a lookup - it also contains the same fields, but each is populated.
i need to run through all records and UPDATE the DESCRIPTION field in mainData based on matching CODE in mainData with CODE in DESCRIP
I'm kinda new to SQL - i'm sure this is easy but i'm just not yet able to see how to write the query!
thanks for any help.!
Using Access 2003
I need to UPDATE data into a table
mainData
which contains many fields - one is CODE and one is DESCRIPTION
another table DESCRIP is a lookup - it also contains the same fields, but each is populated.
i need to run through all records and UPDATE the DESCRIPTION field in mainData based on matching CODE in mainData with CODE in DESCRIP
I'm kinda new to SQL - i'm sure this is easy but i'm just not yet able to see how to write the query!
thanks for any help.!
Using Access 2003
Comment