I have a two tables. Table 1 contains my data and Table 2 is a lookup table containg 2 fields (columns) of values.
I would like to create an update query that will try to match the values of a field in Table 1 to the values in field 1 of the lookup table. If a match exists I'd like to then change (update) the value of the same field in Table 1 to the value of field 2 in the lookup table?
Hope this makes sense? I'm currently doing this in Excel and need to try and replicate in Access (sql).
Any help/pointers would be appreciated.
Thanks,
Adrian
I would like to create an update query that will try to match the values of a field in Table 1 to the values in field 1 of the lookup table. If a match exists I'd like to then change (update) the value of the same field in Table 1 to the value of field 2 in the lookup table?
Hope this makes sense? I'm currently doing this in Excel and need to try and replicate in Access (sql).
Any help/pointers would be appreciated.
Thanks,
Adrian