you may have uprinted characters on those fields.
run a query against the table like this
select fieldName, len([FieldName]) from TableX
where len([FieldName])=0
see if that query returns record, then try this query
select fieldName, len([FieldName]) from TableX
where len([FieldName])>0