Hi,
I am trying to write an update query without much success! I have the following 2 tables:
TABLE_A
Account_ID
Sub_Account_ID
Sub_Account_Adj
Issue_Flag
TABLE_B
Account_ID
What I need to do is set the Issue_Required_Flag from 0 to 1 in TABLE_A where the Account_ID exists in TABLE_B, but...