Hi,
I have two tables. I need to have a query which says If the ID's in both tables match, set field 1 = True, otherwise if the do not, AND field 1 = Yes, set field 1 = False.
Something like
IIf(tbl1.id = tbl2.id, tbl_2.Field = True,IIf(tbl1.id <> tbl2.id AND tbl2.field1 = True,tbl2.field1 = False)
Can anyone help? Really urgent?
Thanks
Start Free Trial