Dundee Lad
Active Member
- Joined
- Sep 6, 2003
- Messages
- 311
Hi Board, I need some help if possible.
I have the following in my query
but I am getting a data type mismatch when running
Here are some samples below and the result I am hoping to get
123GHTCCC:XX:Y ------- 123GHTCCC
ABC123FFFUI:ZZ:QQ:1 -------- ABC123FFFUI
Any help you can give would be greatly appreciated!
I have the following in my query
Code:
Left([Task Code],InStr([Task Code],":")-1)
but I am getting a data type mismatch when running
Here are some samples below and the result I am hoping to get
123GHTCCC:XX:Y ------- 123GHTCCC
ABC123FFFUI:ZZ:QQ:1 -------- ABC123FFFUI
Any help you can give would be greatly appreciated!