G
Guest
I need to find a way to find a "-" and display only the information to the
left. So I used the following "CODE:
Left([BIN_PRIM],InStr(1,[BIN_PRIM],"-",0)-1)". It works except for when the
field does not contain a "-" char. How should I type the string to allow for
the fields that do not have a "-". The return data shows an "error" response
for those non "-" fields.
left. So I used the following "CODE:
Left([BIN_PRIM],InStr(1,[BIN_PRIM],"-",0)-1)". It works except for when the
field does not contain a "-" char. How should I type the string to allow for
the fields that do not have a "-". The return data shows an "error" response
for those non "-" fields.