View Full Version : Update Query - more than one field?


Rosebud22
09-14-2001, 12:03 PM
Hello,

Does anyone have any ideas on how to update multiple field in one update query but update them independently? Independently meaning if two out of three fields meet the criteria, just update those two fields and leave the third alone?

Thanks,
Rosebud

Rich
09-14-2001, 12:55 PM
Three seperate update statements/criteria?

Rosebud22
09-14-2001, 01:06 PM
Yes, three seperate criteria statements? Any ideas Rich?

Pat Hartman
09-14-2001, 02:06 PM
You can have only one set of criteria for a query. Therefore if the criteria is different for each field, you will need separate queries.