Recent content by Cl0n3Tr00per

  1. C

    How to customize Access Chart Series Names

    How do you change the series names on an Access 2007 chart? I inserted a chart within my subform, and besides looking ^$$ UGLY, it displays my field names as SUMOFTHIS and SUMOFTHAT. I'm showing a linechart with 3 source fields: MonthlySalesQuota, MonthlyActualSales, and...
  2. C

    subform record count

    -I thought that the whole purpose of the dcount function was to speed things up, especially when dealing with a large number of records and a single result is required. -Forgive my noobness (I stopped being a decent code monkey when DAO stopped being fashionable ); but don't you need to...
  3. C

    Mainform forces navigation thru each subform record

    Hello guys, I need Guru Advice... :D I have a form that lists employees, and a subform that lists each month's sales total [plus other stuff ]for the employee displayed on the main form. At least that's what I intended it to ... I thought each form was bound to its own table. However, when...
  4. C

    subform record count

    Question: Is the subform bound to a table Query? If so, I've got away with a simpler query a bunch of times: Dcount("field to count", "table", "(criteria, ie: "1ry key field = " & variable)" Set the variable to the value of some textbox bound to a field whose value is shared across the...
Back
Top Bottom