G
Guest
I've got a .txt file that is imported into a DB. There are 100+ fields in
the DB and that data types are text, date, memo, currency, number, pretty
much everything.
My problem is that some of the fields, not all, are in ""s.
When the data is imported I can not set the data type as the data should be
because the fields will be blank for all fields with the values in ""s if
they are not formatted as text fields.
How would I run a query to select only the data between the ""s. I can't
use Mid() because the characters between the ""s is different for each record.
Thanks in advance,
-Matt
the DB and that data types are text, date, memo, currency, number, pretty
much everything.
My problem is that some of the fields, not all, are in ""s.
When the data is imported I can not set the data type as the data should be
because the fields will be blank for all fields with the values in ""s if
they are not formatted as text fields.
How would I run a query to select only the data between the ""s. I can't
use Mid() because the characters between the ""s is different for each record.
Thanks in advance,
-Matt