Search results

  1. J

    how to refresh query results

    Hi all I have a form with a 4 combo boxes that I can choose different criteria to get my query results. I also have a button at the bottom of my form, when I click this button, it will runs all queries to get the results datasheet. now I want change the criteria in the combo box and I was...
  2. J

    count multiple fields

    Hi All I want to count multiple fields from a table. The table has fields like name (john, marry etc) Date (12/08/2012, 10/08/2012 etc) Articalread (xxxx, xxxx, xxxx) what I want is how many times did john read artical xxx on 12/08/2012 basically I want to take account all three fields...
  3. J

    Using a single button to run multiple queries

    Hi all I have a very simple question I have added a button on a form to run queries, appearently the button only runs one query, what should I do to make it run multiple queries? If I need to use VB code, can someone give me an example of code as I have no idea how it works:-( Thank you...
Back
Top Bottom