T
Ted
I have built a table that I am populating from a .dbf
file. I have 3 columns that are giving me a problem -
debits, credits & balance. After populating the table, I
have selected records that have a null value - there is
nothing in the credit field. In every case, the null value
should be .00. So, I have tried using a custom format
(0;;;".00") and (0;;;0) for this field to replace nulls
with .00. When I view the table the .00 appears in the
null fields, but I can't use them in a calculation.
(Balance = debits-credits). For any field that was null
originally, I get a null balance. It's like the .00
entered through the field format is not really there.
any ideas how I can get past this issue or what is causing
my problem?
file. I have 3 columns that are giving me a problem -
debits, credits & balance. After populating the table, I
have selected records that have a null value - there is
nothing in the credit field. In every case, the null value
should be .00. So, I have tried using a custom format
(0;;;".00") and (0;;;0) for this field to replace nulls
with .00. When I view the table the .00 appears in the
null fields, but I can't use them in a calculation.
(Balance = debits-credits). For any field that was null
originally, I get a null balance. It's like the .00
entered through the field format is not really there.
any ideas how I can get past this issue or what is causing
my problem?