Recent content by Leebo86

  1. L

    Help with adding some dynamic elements to a report

    Thanks for the suggestions, I'll see which works best for me.
  2. L

    Help with adding some dynamic elements to a report

    I'm trying to add some elements to a report that I figure need to be populated with code, but when I tried to do this I started getting errors about my report having incompatible elements and it wouldn't let me save. This continued even after I deleted what I assumed were the offending elements...
  3. L

    How to use the "Where" option in a totals query

    Thank you very much. For some reason it's quite difficult to find documentation of that.
  4. L

    How to use the "Where" option in a totals query

    Can someone give me an example of how the "Where" option in a totals query is used? Am I just supposed to choose "Where" and then fill in the criteria line with the appropriate criteria? Or is that separate from how the "Where" option works.
  5. L

    Report causes Access 2003 to crash

    Yeah, I don't have 2003 available on my computer, but I can try having them open it in design view, thanks.
  6. L

    Report causes Access 2003 to crash

    I've created a database in Access 2010, but some of the users still have Access 2003. Every other part of the database seems to work properly. There are forms that the users can navigate to enter records and those work fine. The report in question is fairly simple and is just based on a query...
  7. L

    Calculated fields and aggregate functions

    I really feel like starting a new thread, because I feel like if no one knows how to answer my question, it must be because I'm just terrible at explaining it and all of the stuff above is just going to be unnecessary baggage for getting to the core of the issue. I'll try explaining it from...
  8. L

    Calculated fields and aggregate functions

    I had Expression, but I understand why it won't work. I tried changing it to sum and I got the error "Subqueries cannot be used in the expression Round([NumProduced]/([TimeSpent]/60),0)"
  9. L

    Calculated fields and aggregate functions

    Sorry, not sure what is meant by that. Do you mean the expressions that are present in the calculated fields? The time spent field is Round([StopTime]-[StartTime])*1440,0) And the hourly rate field is Round([NumProduced]/([TimeSpent]/60),0)
  10. L

    Calculated fields and aggregate functions

    Those fields are calculated fields with the simple expressions I described. One is calculates the time elapsed and the other calculates the hourly rate. What I want to happen is for the other fields, which are static and come from the table, to get grouped together and for the calculated...
  11. L

    Showing or hiding a control based on combo box selection

    Thanks, that looks like it will help.
  12. L

    Showing or hiding a control based on combo box selection

    Access newbie here... I have a form where the user must select an option from combo box. On some of these options, I want a comment text field to appear which must be filled out by the user. In preparation for this, I added a yes/no field to the table where the options are stored for...
  13. L

    Calculated fields and aggregate functions

    Oh, the names of the fields are actually ProductionDate and FunctionName, but thanks for the warning on that. The query I've tried has a place for all the fields that the table I described has. It then has 2 calculated fields. One uses the start time and stop time to calculate the minutes...
  14. L

    Calculated fields and aggregate functions

    I'm extremely new to Access, so if you need clarification on something I'd be happy to do that. I'm still learning the lingo. I have a table with the following fields: -ID number -Function -Date -Start Time -Stop Time -Number Processed I want to create a query that will calculate the hourly...
Back
Top Bottom