D
DMUM via AccessMonster.com
Hello, I Imported a file from Excel to Access. I am doing some comparisons
on some of the fields to ensure I have no duplicate information. One of the
fields I am working with contains empty fields , so my query is basicly
"Select prsa_num from tblImport where prsa_num is Not null". I am using the
Access query screen and putting the "Is Not Null" in the Criteria line. when
I run the query, it returns 1 empty field with the row of prsa_num. Seems
access is considering one of the Excel fields in the prsa_num column as
having data even though there is nothing I can see. I found this to be true
also when doing an import from Excel where the Excel file was created from
another import. My import to Access always pulls in additional rows that
have no data in them, as many as 40 empty rows. Does any one know what
causes this. More specifically, can anyone tell me how to address my query
issue, because it is inserted/appending a blank field to my table.
Thank you
By the way, I tried something I saw on one of the other threads - Len
[prsa_num]<>"", that didn't work either
on some of the fields to ensure I have no duplicate information. One of the
fields I am working with contains empty fields , so my query is basicly
"Select prsa_num from tblImport where prsa_num is Not null". I am using the
Access query screen and putting the "Is Not Null" in the Criteria line. when
I run the query, it returns 1 empty field with the row of prsa_num. Seems
access is considering one of the Excel fields in the prsa_num column as
having data even though there is nothing I can see. I found this to be true
also when doing an import from Excel where the Excel file was created from
another import. My import to Access always pulls in additional rows that
have no data in them, as many as 40 empty rows. Does any one know what
causes this. More specifically, can anyone tell me how to address my query
issue, because it is inserted/appending a blank field to my table.
Thank you
By the way, I tried something I saw on one of the other threads - Len
[prsa_num]<>"", that didn't work either