G
Guest
I have a sentence I'd like to add to the end of every field in one of my
tables.
I know I can use an update query with something like:
Update To: [field] & "My sentence here."
The thing, is that some records already have a sentence in this field. So
some of them need this "My sentence here" but some need " My sentence here."
How can I account for this? With an Iif and Else?
How would I write this out and where would I write it(syntax?)?
Jarrod
tables.
I know I can use an update query with something like:
Update To: [field] & "My sentence here."
The thing, is that some records already have a sentence in this field. So
some of them need this "My sentence here" but some need " My sentence here."
How can I account for this? With an Iif and Else?
How would I write this out and where would I write it(syntax?)?
Jarrod