I am trying to update a table using values from a mapping table. I think its an UPDATE and SELECT statement but I cant figure out how to handle conditions. This is in VBA Access.
I have two tables with following fields:
mainTable: [column1],[column2],[mapColumnA],[mapColumnB]
mapTable...