M
MK
I'm importing data into a table and some of the fields are blank (""). Those
that are imported into a currency field need to be changed to 0 for the form
so that I can calculate some values (i.e. if they stay as Null then adding
50 to Null gives me Null, but I want that to be 50+0=0. Default value was
set to zero, but that doesn't seem to matter. I tried a macro to set fields
="" or Null to 0, but I had no luck. And I read that comparion with Null
values don't work. How can I best do this?
Thanks
Michael
that are imported into a currency field need to be changed to 0 for the form
so that I can calculate some values (i.e. if they stay as Null then adding
50 to Null gives me Null, but I want that to be 50+0=0. Default value was
set to zero, but that doesn't seem to matter. I tried a macro to set fields
="" or Null to 0, but I had no luck. And I read that comparion with Null
values don't work. How can I best do this?
Thanks
Michael