platypus2004
Technical User
I've been playing with this to no avail.
I have a table field that contains data like the following:
C-8GB;D-2GB;E-59GB
C-8GB;D-9GB;E-17GB;F-69GB
C-8GB;D-2GB;E-59GB
C-8GB;D-11GB
This is one field and remains as such due to the inconsistency of the field and the fact that it gets imported frequently.
What I need is, in my query, to ONLY show the E drive info.
So from the example above, the results would be:
E-59GB
E-17GB
E-59GB
<null or nothing>
I know it is possible to trim off at the ";", I just haven't figured out how within a query.
Thanks
I have a table field that contains data like the following:
C-8GB;D-2GB;E-59GB
C-8GB;D-9GB;E-17GB;F-69GB
C-8GB;D-2GB;E-59GB
C-8GB;D-11GB
This is one field and remains as such due to the inconsistency of the field and the fact that it gets imported frequently.
What I need is, in my query, to ONLY show the E drive info.
So from the example above, the results would be:
E-59GB
E-17GB
E-59GB
<null or nothing>
I know it is possible to trim off at the ";", I just haven't figured out how within a query.
Thanks