Recent content by Quantarama

  1. Q

    Counting number of occurences in SQL

    Hi all, I was wondering if there was any way to count the number of occurences of any values in SQL ? Example : In a customer database, counting the number of times the same d.o.b occurs and returning it in a new collumn. This is working : SELECT [DOB] ,COUNT([DOB]) AS D However I want it...
  2. Q

    Linking Combo Box value to a Query criteria

    Hi everyone, I had a question regarding changing the criteria in a query depending upon the option selected in a combo box(which lives in a form) So basically, can we do a multiple IIf then function in the criteria row of a Query and what would be the syntax be like ? At the moment I am...
  3. Q

    Combo Box with a click button

    Many Thanks John, that was exactly what I was after
  4. Q

    Combo Box with a click button

    Hi all, I have a question regarding the combo box : As per normal there will be a few drop downs to select from. And then there will be a click button, which will then pull up a corresponding query depending upon which option they selct in the combo box. Basically the idea is depending upon...
  5. Q

    Hello World

    Access newbie here.. what a relief that I found this forum. Am hoping to learn a lot from here
Top Bottom