Recent content by cuttysark55

  1. C

    Question Odd Behavior

    Thanks PLOG Both you and Wayne hit the nail on the head. See my reply to Wayne. You provided me information that I never knew about a RecordSet. I didn't realize that the memory RecordSet was not a mirror copy of the Database. I am 81 years old and learn new things every day. Thanks...
  2. C

    Question Odd Behavior

    Thanks Wayne for your quick response and correct solution It worked perfectly. Well, almost. Actually, I ended up Ordering on the autonumber Index because two of the colors "CG Blue" and "CG Red" were not in the proper order alphabetically. The sort was done using LCase when building the...
  3. C

    Question Odd Behavior

    I have an Access 2000 database of Color data containing over 3000 records. One table is "ColorsByName" - Color names sorted alphabetically. Some names contain spaces (ie, Antique White) I read the table using the following code in part : Dim Field As Integer ' Field counter Dim...
  4. C

    Introduction

    Hello... I am a long time user of MS Access. I use Access 2000 I program in Visual Basic 6 I have been writing code since the mid 1980's I am also an old fart cuttysark55
Back
Top Bottom