Search results

  1. L

    Odd Critreia Problem with Update Query

    Hello all, I've run into an odd problem and I wondered if anyone here might have some input. I "inherited" a database from a fellow who retired and I'm trying to make some modifications to it. I made a copy of the database, so I can mess around with it without worring about changing the raw...
  2. L

    VBA to check a box

    Hello all, I'm trying to write a bit of VBA code to check a check-box when a certain value to selected in a dropdown box. I've built it as an IF/THEN statement to run an SQL Update query. Here's the code: Private Sub text0_AfterUpdate() On Error GoTo Err_text0_AfterUpdate Dim frm As...
  3. L

    VBA Requery in a subform

    Hello, I'm relatively new to VBA programming. I'm trying to do somethingthing relatively simple, that isn't working and I have no idea why. I've got a form with a subform. Within the subform, I've got two combo boxes: Department and Training. What I want it to do is this: I select a...
  4. L

    Adding data to a table from a multiselect list box

    Hi all, First, let me tell you that I'm new to VBA progamming and learning as go. I've reach a point where I don't know what I'm doing wrong and I'm hoping you folks can help. What I'm trying to do is this: I'm building a database to track employee training. I'm trying to build a form that...
Back
Top Bottom