Hi
I am using access and i have customers data (15k) records
Now i want to modify a column 'Customers' in a table called 'MRF'
In customers column i have ID Numbers of Customers
I want to run a query to add a letter "X" before all ID numbers
How can i do it
thanks
this should be simple -
update MRF set Customer='x'+customer
MVDBA
February 6, 2020 at 1:30 pm
Before you do that. What is your goal ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
February 6, 2020 at 7:57 pm
I was trying to copy the data from one column to another and then add X in front of it
Thanks a lot 🙂
I managed to do it with your help
appreciated 🙂
February 7, 2020 at 7:11 pm
I was trying to copy the data from one column to another and then add X in front of it
Thanks a lot 🙂
I managed to do it with your help
appreciated 🙂
The question is "WHY"? Why is it necessary to prepend the data in the column with an "X"? We ask these types of questions because people will sometimes have a method in their head to do something and end up doing things like you've requested when there might actually be a better way to accomplish the real "end goal" of the action.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply