Log in

View Full Version : Update Query in Access


lebboy
Apr 29, 2003, 09:25 AM
Hi there! How can I update different records differently in one field based on different criteria? Can I use the update query for that? Do I have to use a macro? Thanks for the help!

JenVW
Jul 11, 2005, 12:26 PM
Use a conditional expression :

IIF(Criteria 1 is true), Criteria 1 response, Criteria 2 response

Jen