Search results

  1. D

    List boxes

    Hello, I have a form with two listboxes, one which holds the names of positions and another that holds courses. Each of these is based on a parent table. I have a PositionCoursestbl which stores what courses are required for each position. In my form, the user selects at least one position to...
  2. D

    Updating records through listboxes

    Hello, I have a form with two listboxes, one which holds the names of positions and another that holds courses. Each of these is based on a parent table. I have a PositionCoursestbl which stores what courses are required for each position. In my form, the user selects at least one position to...
  3. D

    Insert Into statement not inserting

    I'm using the following code to insert data into two fields (Position and Courses for Position) into a table (PositionCoursestbl) from two list boxes. However, when I make my selection from the listboxes and run the code, nothing happens Here's the code: For Each varItem In...
  4. D

    Listbox value

    Hello, How can I check if no items in a listbox have been checked? Thanks, David
  5. D

    event not firing

    I have an event that won't fire. It's in an unbound text box in a subform that's supposed to compare the recordset in that subform with the recordset in another subform. However, when I run the form the textox is blank. *Also, I tried running breakpoints but still nothing happens Dim RS As...
  6. D

    eof and recordsets

    I have a form that shows an employee’s name and position, a subform that shows which courses the employee has completed for their position, and another subform which lists all the courses required for the position. In the second subform I inserted a text box which basically compares the...
Back
Top Bottom