G
Guest
I am trying to query an Access table but a lot of the fields are blank!
As so in the case of NMBR_HIG_LICENSED_PRODUCERS column for this record.
How do I correctly test for a blank value? Cause I want to make it 0 if it
is./
number_lic_producers = 0
number_lic_producers = Trim(rst("NMBR_HIG_LICENSED_PRODUCERS"))
but that will still replace my 0 no matter what right?
I tried other ways as well..
As so in the case of NMBR_HIG_LICENSED_PRODUCERS column for this record.
How do I correctly test for a blank value? Cause I want to make it 0 if it
is./
number_lic_producers = 0
number_lic_producers = Trim(rst("NMBR_HIG_LICENSED_PRODUCERS"))
but that will still replace my 0 no matter what right?
I tried other ways as well..