I have a pretty big (3012 x 5) Table with many nulls/empty/blanks(probably a couple thousand). I would like, in Visual Basic, to replace these by a zero . I have tried using If IsEmpty syntax, If IsNull syntax, If Is Null, if = "" syntax and nothing seems to work. Either I get an error or the computer flows thru (using debug) the code and does not do anything.
Maybe I will have to use an update query but I'd rather the VB as I would like a Click event to do it all
Can anyone help? I feel so stupid not being able to do this apparently simple process.
Vern
Maybe I will have to use an update query but I'd rather the VB as I would like a Click event to do it all
Can anyone help? I feel so stupid not being able to do this apparently simple process.
Vern