Search results

  1. U

    Query report limit?

    I have a table containing 12 classes per student and 12 teachers per student. The table contains a class-id as the key into another table to retrieve a class description and a teacher-id as a key into a 3rd table to retrieve the teacher name. The 12 class descriptions and teachers are to print...
  2. U

    Save two fields from Combo Box.

    Everything you assumed about my form/field was correct. I added the text box and changed the code and it works perfectly. Thanks! Rod
  3. U

    Save two fields from Combo Box.

    Sorry to be so dense. Based on your suggestion, here's what I entered: Me.StudentName = Me.Combo229.Column(2) Combo229 is the name of my Combo Box and StudentName is the name of the field in my table I'm wanting to store. When I make a selection in the Combo Box, I get the error "Method or...
  4. U

    Save two fields from Combo Box.

    Hi, I have a Combo Box that contains two fields, the key field (StudentId) and another field (StudentName). As recommended by the Combo Box wizard, I'm hiding the key field so only the StudentName displays in the box. The wizard also allows me to save only one of those fields in my table so I...
  5. U

    Desciptions don't show on report

    I have 3 tables - the 1st contains a classid and class description, the 2nd contains a teacherid and a teacher name, the 3rd contains a studentid and the classid(s) of the classes they attend and the teacherid(s) of those classes. When I print a report using the 3rd table, only the id fields...
  6. U

    Descriptions not appearing on report

    I have 3 tables - 1 contains a classid (as the key) and a class description, the 2nd contains a teacherid (as the key) and a teacher name, the 3rd contains a studentid (as the key) and the classid(s) of the classes they attend and the teacherid(s) of those classes. When I print a report using...
Back
Top Bottom