learning_grexcel
Active Member
- Joined
- Jan 29, 2011
- Messages
- 319
i tried to update a field in a table with the following code but it doesn't work
update table set system = iif(name='tim*', xyzsystem, "othersystem")
if in name field value starts with tim*, it should put xyzsystem, otherwise othersystem
update table set system = iif(name='tim*', xyzsystem, "othersystem")
if in name field value starts with tim*, it should put xyzsystem, otherwise othersystem