Search results

  1. Alansidman

    Filtering between two dates

    Brian; Agree with you. No grouping is necessary. Didn't notice the aggregation in the OPs original query. I just added the criteria in the QBE, tested it for results (which worked) and then posted the SQL statement. I should have looked at it a little closer. Thanks for pointing that out.
  2. Alansidman

    Filtering between two dates

    Amended your SQL statement for your query as follows and it populates properly for me. SELECT Sum((CInt(Format([Downtime(Hrs)],"hh"))*60)+CInt(Format([Downtime(hrs)],"n"))) AS TotalMins, tblBreakdowns.BreakdownID, tblBreakdowns.[Date of Breakdown], tblBreakdowns.[Machine Name]...
  3. Alansidman

    Database in Excel?

    Here is a very good link on the subject of Access Runtime. http://www.hitechcoach.com/ Scroll down about 1/3 of the way for a detailed explanation of what you need to do.
  4. Alansidman

    Blank form and unbound combo box

    Try putting your code in the On_Load event for the form.
  5. Alansidman

    How to make a certain field

    The only way I can think to do this is to create a query with the concatenation in a new field. Then change the select query to a make table query and create a new table. Now what happens when one of the values (perhaps the address changes)? You have a table with incorrect concatenated data...
  6. Alansidman

    How to make a certain field

    Why would you need this calculated field in a table. You can recreate it anytime you need the information in a query. What you are attempting to do is not normal to RDBMS.
  7. Alansidman

    Embed Excel in Access FORM

    Link your excel spreadsheet to Access and if it is in table format, then it will appear as a linked table. If changes are made in Excel, they will be immediately appear in Access as they are linked. You can then have your form bound to the linked table.
  8. Alansidman

    Story

    Captain and Coke
  9. Alansidman

    Story

    hovered over the
  10. Alansidman

    Story

    Patel sang his
  11. Alansidman

    Story

    the heinous act
  12. Alansidman

    Story

    the Crown Prince
  13. Alansidman

    Story

    elephant guns which
  14. Alansidman

    A story for tank buffs

    Are you sure that Marlin47 is a proper Englishman? :confused:
  15. Alansidman

    A story for tank buffs

    As they say at the White Sox games. Na na na na. Na na na na. Hey. Hey. Good-bye!
  16. Alansidman

    Export as CSV with Commas

    Here is a link to the syntax. http://msdn.microsoft.com/en-us/library/office/aa193080(v=office.10).aspx
  17. Alansidman

    Old towns from Wild West in USA.

    And once again one of Col's Posts has been highjacked. :) Best entertainment I've had all day and it wasn't even Col making statements.
  18. Alansidman

    Story

    surrounded by large
  19. Alansidman

    Story

    of Victoria Bitters
  20. Alansidman

    Converting Dates into week numbers

    Bleep-blop Please read this: http://www.excelguru.ca/content.php?184
Back
Top Bottom