Search results

  1. B

    Loop works for textboxes but not combo boxes

    See below and let me know if you have any ideas. Thanks! ________________________________ Hello fellow VBA programmers, I have the code below in one database to do stuff to all the textboxes on a form. I've copied it into another DB to disable some combo boxes on a form, but it doesn't want...
  2. B

    Return the Value in a Textbox Loop

    Hello everyone! I have the following code that loops through controls on my form to find out who the 'approver' is. It is missing one link that I cannot seem to get right. I need to find out if the textbox's VALUE is null or not. The 'txt' variable contains the control name, but I'm need to...
  3. B

    Insert OLE Object

    Does anyone know how to insert an OLE object into a bound OLE object field on a form using VBA rather than the "Insert Object" command from the Insert Menu? Pretty plllleeaaaasssseee??? :o
  4. B

    Search for text characters

    I've been programming Access Dbs for a long time (I used to be XLEAccessGuru on this forum, but I totally lost my login info and can't get it back cause I forgot my old email address!), but I'm having a brain train wreck right now and can't remember how to do this. I searched and searched but...
Back
Top Bottom