May 16, 2002 #1 schu MIS Jun 21, 2001 188 HK I would like to perform the following update statement in access, how do I do it update table1 set field1 = (select count(*) from table2 where table1.fieldx = table2.fieldx and table2.fieldy = ???) where table1.field2 = ??? ??? are parameters please help thank you
I would like to perform the following update statement in access, how do I do it update table1 set field1 = (select count(*) from table2 where table1.fieldx = table2.fieldx and table2.fieldy = ???) where table1.field2 = ??? ??? are parameters please help thank you