B
Bikini Browser
Hello everyone...
I have column of prefixes that I need to append numbers too...
My column currently looks like this...
787-222
787-221
787-721
I need to make it look like this...
787-222=787
787-221=787
787-721=787
The table name is LocalFaxPrefixes
How do you add the "=787" to the end of each line in that Cell without
having to do it manually? I Know how to paste an SQL View to a query, I
just don't know how to write it from scratch.
Thanks in advance for your help.
Dale
I have column of prefixes that I need to append numbers too...
My column currently looks like this...
787-222
787-221
787-721
I need to make it look like this...
787-222=787
787-221=787
787-721=787
The table name is LocalFaxPrefixes
How do you add the "=787" to the end of each line in that Cell without
having to do it manually? I Know how to paste an SQL View to a query, I
just don't know how to write it from scratch.
Thanks in advance for your help.
Dale