Search results

  1. J

    Using variables as field names

    ekoto asked this January 1, 2000 but the answers did not seem to fit. Here is my code: i = 1 rdsR.MoveFirst While Not rdsR.EOF a = "" For j = 1 To 24 b = "r" & Right(Str(100 + i), 2) 'b is r01, r02, r03 up to r24 k = rdsR! ' this fails - Item not found in this...
  2. J

    Jackdaw

    First database program was Condor, then the dBases and Access from V1 - despite all that I am just a hobby programmer. Ottawa, Canada. In the "old" to "ancient" range. Wrote my first code (Fortran) in 1965 - didn't run. First home computer - Ohio Scientific Superboard (8k, 8 bit, Basic in ROM...
Back
Top Bottom