L
Luke Bellamy
Hi,
I am importing data into my Access 2002 application from Excel
Spreadsheets
using VBA (automation etc). I have found that some of the values may appear
like this "$1,000.89cr" so need to remove the chars before applying the
value
to the numerical field. I have written a routine that checks this string and
if it
is non-numeric and not the dollar sign, commas, full-stops then it removes
it.
I can see an issue here with internationalisation (i.e If the pound sign was
used)
so thought I'd ask if anyone know a better routine within Access to do
something
like this?
Thankyou
I am importing data into my Access 2002 application from Excel
Spreadsheets
using VBA (automation etc). I have found that some of the values may appear
like this "$1,000.89cr" so need to remove the chars before applying the
value
to the numerical field. I have written a routine that checks this string and
if it
is non-numeric and not the dollar sign, commas, full-stops then it removes
it.
I can see an issue here with internationalisation (i.e If the pound sign was
used)
so thought I'd ask if anyone know a better routine within Access to do
something
like this?
Thankyou