Search results

  1. V

    Nulls and Visual Basic

    There are 3012 rows and 30 columns (of which I am only interested in the nulls in 5 of them)
  2. V

    Nulls and Visual Basic

    I would like all the nulls in the table to be replaced by a zero(0)
  3. V

    Nulls and Visual Basic

    Yes field count is 3012x5
  4. V

    Nulls and Visual Basic

    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...
  5. V

    Introduction

    Well, as an introduction, I have programmed since 1953 (was a digital differential analyzer and an analog computer-both of which have been buried by todays computing technology). Did main frames and, about twenty years ago, switched to PC's. Used to know such esoteric languages as COBOL, ALGOL...
Back
Top Bottom