Hi! I am having trouble with a formula in the Update to: of my update query. I can get it to update a date field in the underlying table with this formula:
DateAdd("yyyy",([table1]![Number1]+[table1]![Number2]),[table2]![Date])
but, if a check box in another field is checked, I want the...