Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update problem

Status
Not open for further replies.

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top