Using MS Access how to perform an update with multiple joins and where clauses?
问题 I am having a bit of trouble with getting some MS Access SQL to work. Here is the high level: I have values in one table, by15official that I need to use to update related records in another table, investmentInfo . Pretty straight forward except there are quite a few joins I need to perform to make sure the right record is updated in the investmentTable and I think I could figure this out with regular sql, but Access is not playing nicely. The following is my sql I am trying to use (which