I have a 6 character field. For some reason the person who created this field decided to combine 3 unique fields into one field. I now need to extract the middle field so that it can be joined to another table. Here is the senerio:
The Field is Project and it contains 6 characters - 123456.
1 represents the type of project
23 represents the location of the project
456 represents the actual project
I need to create a query to extract 23. I can easily do this within VB by using a combination of Left and Right but I'm unsure how to do this within the QBE panel.
Any help would be appreciated.
Thanks
The Field is Project and it contains 6 characters - 123456.
1 represents the type of project
23 represents the location of the project
456 represents the actual project
I need to create a query to extract 23. I can easily do this within VB by using a combination of Left and Right but I'm unsure how to do this within the QBE panel.
Any help would be appreciated.
Thanks