Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. emueller

    Security issue regarding append/delete queries

    That is something I've never heard of before... I'll certainly give it a try -- if I can figure out how to do it!! Could you provide an example of appropriate syntax?
  2. emueller

    Security issue regarding append/delete queries

    I have a network database with an archive table of records that are transferred and no longer in use. Aside from the Administrator, I only want those in the "Screening" group to be able to append records from the Active table to the Archive table. The process involves two tables (Active and...
  3. emueller

    SQL Null Query

    I knew it had to be simple. Thanks!!
  4. emueller

    SQL Null Query

    I am working on a query that calculates a the average of the difference between two dates. The issue I am having is that there are some pieces of occasional data that can severly skew this average, so I don't want to include them. So I would like to have the query ignore data where the field...
  5. emueller

    Showing multiple months on a single graph

    After removing the master child month from the setup, I got the result I wanted. I haven't tried using a report to display the charts, and didn't even know it was possible.
  6. emueller

    Showing multiple months on a single graph

    This will be on a form, which uses a query that generates a summarized [Month] (such as 2009-05) and the six points of data [ATDays1], [ATDays2] ... [ATDays6].
  7. emueller

    Showing multiple months on a single graph

    Thanks to some excellent help here, I have generated the data I need... now I'm having issues displaying it correctly. My data to be graphed averages data for the month into six categories. I'd like to be able to create a bar graph that shows each month's data, but shows each month on a single...
  8. emueller

    Generating Date ranges for graphing

    I just solved my problem just as you replied... I don't know if it's the most efficient, but it works, by using [Stats]![ATDaysAll] Thanks for all your help!
  9. emueller

    Generating Date ranges for graphing

    That is a great help, although I am now rethinking my approach to this, as it it now has been decided that only a monthly average is needed. I think this will (should) be easier to implement. To hopefully make this easier, the table that consolodates the data is "Stats", there is a [Date]...
  10. emueller

    Generating Date ranges for graphing

    As I expected, this would be a big function :) Can you explain the "Group By" and "Having" functions (as these are things I haven't used before)? And this is going to become an actual query?
  11. emueller

    Generating Date ranges for graphing

    Thanks for asking for the clarification... I realize this might be a bit difficult to get across. The key to this is that the data that I'm working with starts from the current date and works backwards. As I have daily data, I'm looking to get an average based upon the 12 cycles of 7 days and...
  12. emueller

    Generating Date ranges for graphing

    I'm missing some small piece of my puzzle to solve this issue. I currently have a database that tracks an average number of days on a daily basis for a number of parameters when the database backs up. These daily statistical numbers archive to a table, along with the applicable date. So, for...
  13. emueller

    Basic statistical query

    I would have NEVER thought of that, but that gets me to what I need. I'm going to try various versions of that to see how defined I can get, as I'll need to further drill down some subcategories. As an example, I'll need a subgroub where holding is true and Legal is false. As I understand it...
  14. emueller

    Basic statistical query

    I may need this broken down to its bare basics, as I get an "Invalid Syntax" error when trying this process. Here is what I have for a query: ATDays: Avg(DateDiff("d",[NUI Date],Date())) WHERE [Holding] = -1
  15. emueller

    Basic statistical query

    Thank you very much. That bit of information will help with this entire process.
  16. emueller

    Basic statistical query

    If I can break through this initial problem, I should be on track to complete my project... but my Access newbie thought process is not helping me! Here is what I'm working on doing. I am trying to make a query that will average the number of days to complete a process for records in my table...
  17. emueller

    Problems with security and mdw

    Why is it that security in Access can be such a problem? My database is (was) set to allow users access to section that they needed to see through a switchboard of forms. All was working fine... until a problem with the security.mdw file (which if I could pinpoint, I wouldn't be asking here)...

Part and Inventory Search

Back
Top