How to use the MID function using the Query Builder in VB.NET
- From: Eduardo78 <Eduardo78@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Apr 2005 06:41:03 -0700
Ok, I have a Field that has a combination of letter C and a Number that
increments by one.
example:
C1
C2
C3
C4
C5
C6
C7
C9
C9
C10
C11 ...
I would like to find the Maximun number using the query builder. I tried
using the Substring function but it didnt work, I also tried the LEFT and
RIGHT functions but didnt work for me.
I tried using the MID function but it gave an error saying 'MID' is not a
recognized function name.
Please I just would like to find any way to get the highest numer after the
letter.
Example: if I have C1 thru C34 I wold like the query to give me 34 as the
result.
Thanks for any suggestions.
.
- Follow-Ups:
- RE: How to use the MID function using the Query Builder in VB.NET
- From: David Anton
- Re: How to use the MID function using the Query Builder in VB.NET
- From: Jay B. Harlow [MVP - Outlook]
- Re: How to use the MID function using the Query Builder in VB.NET
- From: Peter Proost
- Re: How to use the MID function using the Query Builder in VB.NET
- From: Oenone
- RE: How to use the MID function using the Query Builder in VB.NET
- Prev by Date: Re: Creating REG_QWORD Registry key value type
- Next by Date: Re: Creating REG_QWORD Registry key value type
- Previous by thread: datatable as result of a select on another datatable
- Next by thread: Re: How to use the MID function using the Query Builder in VB.NET
- Index(es):
Relevant Pages
|