S
Southern at Heart
I can't figure out the syntax for my query. Here's what I need it to do:
tb1 & tb2 are joined by both having the field [Key Code]
If tb1.field1 = "my text" then I want to move (not just copy) the string in
tb2.field1 to tb1.field1
....in other words, I want to delete the contents of tb2.field1 and also
replace it to tb1.field1
Is this possible?
thanks.
tb1 & tb2 are joined by both having the field [Key Code]
If tb1.field1 = "my text" then I want to move (not just copy) the string in
tb2.field1 to tb1.field1
....in other words, I want to delete the contents of tb2.field1 and also
replace it to tb1.field1
Is this possible?
thanks.