I would like to seek help in my update statement in ms access. I don't know if possible but can we incorporate SELECT statement in UPDATE statement?
Here's the code that I have problem.
DoCmd.RunSQL _ "UPDATE tab_lists " & _ "SET " & _ "total_calls = ((SELECT COUNT(filler3) FROM table WHERE [attempt_counter] = 5) " & _ "WHERE " & _ "listid = " & listid1 & ""