G
Guest
I imported a FoxPro db file (don't know what version - came as a dbf & cdx)
using ODBC driver into Access 2003. The table contains a text field that
often contains more than 1 space within the text string. Queries on this data
returns nothing. If I edit a record to contain only one space it works.
A simple example ("?" is visual placeholder for the blank spaces):
1??A
1?A
query with this criteria: like "*[A-Z]" will return only the 2nd record.
After 2 days of hairpulling, I found that if I export the imported FoxPro
table as text, then reimport it, I do not have this problem
My question: what is the value being stored as a space in the originally
imported text field that makes the original query fail?
I do not have a copy of FoxPro to work with this data.
Thanks,
Andy
using ODBC driver into Access 2003. The table contains a text field that
often contains more than 1 space within the text string. Queries on this data
returns nothing. If I edit a record to contain only one space it works.
A simple example ("?" is visual placeholder for the blank spaces):
1??A
1?A
query with this criteria: like "*[A-Z]" will return only the 2nd record.
After 2 days of hairpulling, I found that if I export the imported FoxPro
table as text, then reimport it, I do not have this problem
My question: what is the value being stored as a space in the originally
imported text field that makes the original query fail?
I do not have a copy of FoxPro to work with this data.
Thanks,
Andy