Search results

  1. B

    ListBox parameters problem

    Sorry, I'm on dial-up today and it's so slow that I had to repost beliving that the massage hadn't got trough. :D
  2. B

    ListBox parameters problem

    I have a form with one listbox, two combo boxes and two text boxes that provide parameters for the query that feeds the listbox. The selection of parameters trough comboboxes works perfectly but the query does not pick up parameters(datefrom/dateto) form text boxes. When I remove references to...
  3. B

    ListBox parameters problem

    I have a form with one listbox, two combo boxes and two text boxes that provide parameters for the query that feeds the listbox. The selection of parameters trough comboboxes works perfectly but the query does not pick up parameters(datefrom/dateto) form text boxes. When I remove references to...
  4. B

    ListBox parameters problem

    I have a form with one listbox, two combo boxes and two text boxes that provide parameters for the query that feeds the listbox. The selection of parameters trough comboboxes works perfectly but the query does not pick up parameters(datefrom/dateto) form text boxes. When I remove references to...
  5. B

    ListBox parameters problem

    I have a form with one listbox, two combo boxes and two text boxes that provide parameters for the query that feeds the listbox. The selection of parameters trough comboboxes works perfectly but the query does not pick up parameters(datefrom/dateto) form text boxes. When I remove references to...
  6. B

    number of people within age renge?

    No, it didn’t work. In fact I need to desplay user by gender and within age categories. Should look like this: range1 range2 range 3 range4 M ------ ------ ------ ------ F ------ ------ ------ ------ The DOB is stored in table Users. Please help....
  7. B

    number of people within age renge?

    Thanks, I’l try both of your suggestions and see what suits me better (If I menage to get it working) :o
  8. B

    number of people within age renge?

    I need some help here. I have a table which stores DateOf Birth . I used DateDiff to get the age of persons but what I need is a number of persons within certain age range (0-15, 15-30, 30-50, 50>). How should I get that? :confused:
Back
Top Bottom