Search results

  1. W

    Errors galore!

    Good morning Access Programmers, I need some help with a form and its underlying select query. I have a form that returns the details of a class, its tutors, how many places are available on the class, how many are taken, and how many are available in total. Initially, the underlying query was...
  2. W

    Counting Records

    Good morning everyone, I have a query that shows the following:- 1) List of courses (e.g. Art and Its History) (called CourseName) 2) Number of students allowed on the course (e.g. 12) (called CourseCap) 3) Number of students currently allocated to the course (a count of a field called...
  3. W

    Problem with combo box

    Good morning, I have a table in which I have created a combo box. When I try to select a value from the combo box in the table, I get the annoying error message "The text you have entered isn't an item in this list", even though the value IS an item in the list!! (The combo box lists job...
  4. W

    Create a list box of available forms

    Hello there Access Experts, Can you help me solve this problem? I want to create a list box that contains a list of all the available forms in my database. I don't know how to write code, so I would appreciate a kind soul explaining how I can go about doing this in very simple English please...
Back
Top Bottom