Dudebrains
New member
- Local time
- Today, 12:09
- Joined
- Nov 9, 2019
- Messages
- 1
Hey folks!
I have a database with a field called block_id in a table called tbl_data_Trips and the data is in the following format:
2345_67
I want to remove everything after the underscore AND remove the underscore to get something like this: 2345 using an update query.
How should I proceed?
Please keep in mind that the string isn't always 4 digits then 2 digits!
Thanks ahead of time for the help!
-Dudebrains
I have a database with a field called block_id in a table called tbl_data_Trips and the data is in the following format:
2345_67
I want to remove everything after the underscore AND remove the underscore to get something like this: 2345 using an update query.
How should I proceed?
Please keep in mind that the string isn't always 4 digits then 2 digits!
Thanks ahead of time for the help!
-Dudebrains