Search results

  1. C

    GoToRecord and subforms

    I'm experiencing a problem that would make me pull my hair out if I had any. I have a form that displays records (FOB's) in a subform datasheet. I have code setup so when I push "ctrl-d" it runs some delete code which in turn opens another form that forces you to select a different FOB to assign...
  2. C

    Variables not resetting on DB close

    I have been running into this weird problem on a database that I have been working on where when I close the database it doesn't always release all of the variables. It doesn't make any sense to me, nor does it seem possible but it is happening. Has anyone experienced anything like this before...
  3. C

    Auto capitalize all fields on a form

    After digging around here and modifying some of the code I found, I wrote this simple little function to auto capitalize all of the fields on a form. It's pretty simple and I am sure that it has already been done but I thought it might help someone else out that is trying to do the same thing...
  4. C

    "Select All" Button for a multi select listbox?

    Basically what I am trying to do is setup a listbox that allows multi select (done) with a button, "Select All" that would select every record in the listbox (not done). Has anyone had any experience with something like this? Thanks in advance for the help! Caleb
Back
Top Bottom