Search results

  1. C

    combo box to select criteria for report

    ok - I have a report that is based on a query, which asks to specify criteria before creating it. I want to make this process as user friendly as possible, so instead of the text box popping up at the beginning before the report is created, I would like a drop down box to pop up so the user can...
  2. C

    combo box in query

    i have a query that allows a user to type in some criteria...but I want to change it so there exists a drop down box in the place of the pop up text box...how can this be done? or can it? thanks for any advice!
  3. C

    select various attributes

    I have several records of students that have some yes/no attributes - like low income, etc...with these attributes, including their race (which is selected using a combo box) I would like to create a form that basically allows the user to select from some and then print a report on that data...
  4. C

    selecting certain data

    I have a database of students, each paried with an advisor...I want to create a query that will display a certain advisor with all their students, or as default all the advisors and students. I know that part has to do with the criteria in under the advisor field, i just can't get the thing to...
  5. C

    Print certain information

    Thanks...that helped...one more question though...can I default the query to select all of the races? Basically I want the user to be able to select a certain one or all...now is that possible?
  6. C

    Print certain information

    I have a reports that can be printed based on the race of certain students - at times I want all of the students printed and at times I only want students of certain races printed...so, is there any way to specify this instead of creating all the different reports? Basically - can a pop up box...
  7. C

    List Box

    I have a field in a student record that will track how many remedial classes they are taking. It can be from 0 to all 3 and I want to be able to then group and print these classes. A text box wouldn't be ideal because then if any student had the same classes but they were in a different order...
  8. C

    List Box

    Ok...I know that there is a way to select various items in a list box...but how is it that I save those selections to the field name? I have a list box with various subject matter and 0 - all of them can be selected...when I select any, they aren't saved over in the field that I have selected...
  9. C

    Print percentages on only last page

    I have a report that has about 5 columns of yes/no fields. This report will always vary in length and right now is at about 4 pages. I would like to display the percentage of "yes" on only the last page. I've already created the query for the percentage, but how do I tell the report fuction...
Back
Top Bottom