M
mbrassel
I'm new to Access and having a bit of difficulty. I have 2 tables. I want to
update one table with information from the other. More specifically, where
the records match between the 2 tables, I'd like to place info from 1 table
into the corresponding row of the other.
The matching fields between the 2 are: COMPARE_STATUTE. Where the
COMPARE_STATUTE is the same I'd like to update 1 table with info from the
other.
Here's what I've been trying in an update query:
IIf([KSA_Duties]![COMPARE_STATUTE]=[Reorder]![COMPARE_STATUTE],"[KSA_Duties]![New_ID]=[Reorder]![NEW_ID]"). Any help? Thank you in advance.
update one table with information from the other. More specifically, where
the records match between the 2 tables, I'd like to place info from 1 table
into the corresponding row of the other.
The matching fields between the 2 are: COMPARE_STATUTE. Where the
COMPARE_STATUTE is the same I'd like to update 1 table with info from the
other.
Here's what I've been trying in an update query:
IIf([KSA_Duties]![COMPARE_STATUTE]=[Reorder]![COMPARE_STATUTE],"[KSA_Duties]![New_ID]=[Reorder]![NEW_ID]"). Any help? Thank you in advance.