R
Ricardo
Hi,
I know this is not the done thing, as generally if you know that no data
exists for a cell, you should always use a zero-length string to identify it
as empty.
HOWEVER. I do need NULL values in all cells that are blank/zero-length.
Is there anyway for me to take a whole table or failing that, a field and
convert all the blank (zero-length) cells into NULL. Possibly by using an
update query with code or the correct functions?
The reason why is that we are having a problem filtering as not all the
cells in one field are NULL, and using the Is Not Null function does not work
on all cells. I know that we're able to use the <>"" function to filter out
blanks but this is only a temporary fix, as we don't always use queries to
access data from a table but use the table itself, right click filter by
including or excluding specific data.
Any assistance on whether this is possible or not would be great.
Kind Regards.
I know this is not the done thing, as generally if you know that no data
exists for a cell, you should always use a zero-length string to identify it
as empty.
HOWEVER. I do need NULL values in all cells that are blank/zero-length.
Is there anyway for me to take a whole table or failing that, a field and
convert all the blank (zero-length) cells into NULL. Possibly by using an
update query with code or the correct functions?
The reason why is that we are having a problem filtering as not all the
cells in one field are NULL, and using the Is Not Null function does not work
on all cells. I know that we're able to use the <>"" function to filter out
blanks but this is only a temporary fix, as we don't always use queries to
access data from a table but use the table itself, right click filter by
including or excluding specific data.
Any assistance on whether this is possible or not would be great.
Kind Regards.