Recent content by HitStrike

  1. H

    Constructing Screen Array Pointers

    Boy, as I think about it, I realize that I am using Access very much different then standard, or so it may be. I don't use record locators. I don't use direct screen to database tables functionality. Instead I load the unique identifying names of my data with different Filter Buttons and by...
  2. H

    Constructing Screen Array Pointers

    Thanks Roku, It is a different way then I was hoping, but it did reduce the size of my program. I actually had some tags with the same beginning characters so I did this. It would be really handy if I could have just constructed the screen object name directly and then vector right to the...
  3. H

    Constructing Screen Array Pointers

    Good morning Roku, By "Screen Objects" I mean Text / Combo Box Objects on an Access form Yes, my screen object names are predictable as shown within my example. I did try to construct the screen object name concatenating a string but it was rejected by the compiler. So I would love to see...
  4. H

    Constructing Screen Array Pointers

    Howdy, I imagine there is a way to make an object out of screen objects, but I don't know how to do it. My database is fundamentally all SQL calls. I use many unbound fields and read them into VB to use in SQL Inserts, Update, Queries Etc. I read the SQL data, store them into Variable Arrays...
Back
Top Bottom