Search results

  1. I

    Aggregate Query HELP

    thank you.. will try this :)
  2. I

    Aggregate Query HELP

    thank u! will try n let you know how I get round this prob
  3. I

    Aggregate Query HELP

    Yes I realise that but I need that information returned to generate a report :( Is there another way to get round this prob? :banghead: PLs HELP
  4. I

    Aggregate Query HELP

    Can you pls look at the screenshot. This SQL is of that query
  5. I

    Aggregate Query HELP

    yes but access wont allow removing the grouping this is the SQL can you tel me how to improve it SELECT tblStudent.AgeGroup, tblStudentEvent.StudentID, tblStudent.FirstName, tblStudent.Surname, tblStudent.HouseID, tblStudent.Gender, Sum(tblStudentEvent.Points) AS TotalPoints FROM tblStudent...
  6. I

    Aggregate Query HELP

    Can you pls check the screeshot of my query and help me improve it? :confused::confused:
  7. I

    Aggregate Query HELP

    Well I am not sure how to do that. Can you pls advice further I have a eventresults table and the agegroup is in the participant table Points for individual event are stored in the eventresults table. I want to add the points of each participant and return the highest for each agegroup.
  8. I

    Aggregate Query HELP

    I urgently need help in this I have attached a screenshot of the query I created to total points for each competitor and them I want the query to return only the highest for each agegroup. But I dont know how to do it. :banghead: :banghead::confused:
  9. I

    Data Type mismatch fot text fiel when using datepart function incriteria

    I have another question I want to create a query to find out the highest scorer for each event by adding points but the problem is how to aggregate only for each event. Access wont allow creating the query without using group by on all selected fields :(
  10. I

    Data Type mismatch fot text fiel when using datepart function incriteria

    thank u soo much very helpful :)
  11. I

    Data Type mismatch fot text fiel when using datepart function incriteria

    thank you soo much its worked! :) I used : MonthName(Format(Date(),"m"),False) for month and Format(Date(),"yyyy") for year :)
  12. I

    Data Type mismatch fot text fiel when using datepart function incriteria

    Hi I need urgent help. I have a query searching a database which stores the month and year in text. I use Monthname(DatePart("m", Date),False) to get the current month name and Datepart("yyyy", date) to get the current year for corresponding text fields. But the query gives a data type mismatch...
Back
Top Bottom