G
geebee
hi,
i have a query which contains a field to convert text to number:
CLng(Mid([fieldname]], 1, 8))
However, I am getting an #error for some of the rows in the query because
either the fieldname contains something like 'Led24 or doesnt contain a value
at all. how can i amend to solve this?
thanks in advance,
geebee
i have a query which contains a field to convert text to number:
CLng(Mid([fieldname]], 1, 8))
However, I am getting an #error for some of the rows in the query because
either the fieldname contains something like 'Led24 or doesnt contain a value
at all. how can i amend to solve this?
thanks in advance,
geebee