Search results

  1. S

    format

    I am workling on a report in access 2000. I have a report on the kids in my group and one of the groupings is by age. I have age ranges such as under 10, 11-12, 13-15 etc In my report I count the number in each group but the weirdest thing happens. I inserted a chart and the legend comes up...
  2. S

    range

    thanks, I'll try
  3. S

    range

    Thanks for your quick response I do have a field called age but where do I put the code you wrote (sorry for my stupidity)
  4. S

    range

    I have a report with students ages ( 10, 11,12,13,14,etc) I want to make a report angd have an age range like (0-10, 11-13,14-17 etc) How is the best way to do this
  5. S

    use bot 2000 and 2003

    thanks, I'll try now
  6. S

    use bot 2000 and 2003

    I just got a new machine with office 2003 but it doesn't include ms access. Can I use access2k with this new version of office?? so I can do reports and put them into word etc??
  7. S

    drop down box

    I have a form with some drop down boxes The form is based on a table One field is lastname and one is firstname The row source is based on table/query The lastname field works fine but the firstname brings in the lastnames What am I doing wrong
  8. S

    error exporting

    it is not a linked table and I'm trying to create a new workbook
  9. S

    error exporting

    I am trying to export a table from access 2000 to excel 2000 and keep getting an error message "external table is not in the expected format" What should I do
  10. S

    report problem

    thanks, I'll try it
  11. S

    report problem

    I have to do a report of cases I've worked on during the year I can tally gender (m,f) =Sum(IIf([sex]="f",1,0)) then I do it again for M Is there a way to group "age" such as 11-13.14-17 etc. I did it in a count but now I want to summarize in the report footer
  12. S

    grouping in reports

    thanks, I will try it
  13. S

    grouping in reports

    I need to do an annual report for all the cases I reviewed all year I have a lot of fields such as age,gender,IQ,ethnicity, referral source, county etc... I need to count how many in each field What is the best way to to achieve this Thanks
  14. S

    Report based on???

    You explained it well and I just did it
  15. S

    Report based on???

    When I go into a report I would like to see what the report is based on, (query, table etc.) What is the best way to do this
  16. S

    calc in a query

    thanks I will try this
  17. S

    calc in a query

    I have a database where I record my clients visits(sessions) I have a field with the number of sessions allowed and another with the session history I would like to know how to query the table so as to total the number of sessions for each client
  18. S

    counting in a report

    Thanks, but is there a way to do this on the report and not in a query
  19. S

    counting in a report

    I'm not sure of the syntax for counting males and females in the expression
  20. S

    counting in a report

    I am running it form a query and I will try what you suggest
Back
Top Bottom