I have a description varchar field with 3 possiblilites they look like:
AB.300X.300X.20
.150x.120ABCDEFGHIJK or
ABCDE.200HIJ
I need to create an IIF statement in a query to browse this field and count the number of periods. So 1 period=1, 2 periods=2, 3 periods=3. Since the periods are not in a static position or sequence can this be done ?
Any suggestions are much appreciated !!
AB.300X.300X.20
.150x.120ABCDEFGHIJK or
ABCDE.200HIJ
I need to create an IIF statement in a query to browse this field and count the number of periods. So 1 period=1, 2 periods=2, 3 periods=3. Since the periods are not in a static position or sequence can this be done ?
Any suggestions are much appreciated !!