J
JohnE
Hello. I have a situation in which I need to compare a text string in the
front end to the db field in the back end sql 2005 table. An example is if
the front end text field is 6.0.1, the table could have 6.0.2. This will
throw an error. What I would like to do is compare only up to the second
dot. But, a caveat here is that the numbers could be double digits (6.15.5).
Only need to compare the 6.15. I am lost on this. I used Left() which is
only going to work for the single digits. Need something more flexible.
Any help is appreciated.
Thanks.
John
front end to the db field in the back end sql 2005 table. An example is if
the front end text field is 6.0.1, the table could have 6.0.2. This will
throw an error. What I would like to do is compare only up to the second
dot. But, a caveat here is that the numbers could be double digits (6.15.5).
Only need to compare the 6.15. I am lost on this. I used Left() which is
only going to work for the single digits. Need something more flexible.
Any help is appreciated.
Thanks.
John