Recent content by DaneS

  1. D

    Invalid Field Name or Expression

    I just figured it out thanks to another user's help. I needed to change the Group By option to Expression on my calculated field. Thank you though!
  2. D

    Invalid Field Name or Expression

    Hi, I have a query that contains the fields: Earnings | Hours| Efficiency: =[SumofEarnings]/[SumofHours] (the = is only here on the forum to prevent a smiley face from occurring) Now, when I run this query, access doesn't recognize SumofEarnings and SumofHours and it asks me to input a...
  3. D

    Export Data to Excel Without Overwriting Existing Data

    That was it. Everything works perfectly. Thank you!
  4. D

    Export Data to Excel Without Overwriting Existing Data

    Currently trying to figure out how to move the copied cells down one row. xlWS.Cells(lngRow, 1).CopyFromRecordset rst copies them to the last row of pre-existing data.
  5. D

    Export Data to Excel Without Overwriting Existing Data

    It's exporting the data now, but it's not copying the column headers. It also overwrites the first line of existing numbers each time I run the macro. Edit: I don't want it to copy the column headers. Hah! Half of that problem solved.
  6. D

    Export Data to Excel Without Overwriting Existing Data

    Hmm, I seem to be getting this error when I call the function with a button: The debugger highlights this part of my code and says xlCellTypeLastCell = Empty lngRow = xlWS.Range("A1").SpecialCells(xlCellTypeLastCell).Row
  7. D

    Export Data to Excel Without Overwriting Existing Data

    Great, thank you very much :)
  8. D

    Export Data to Excel Without Overwriting Existing Data

    Will this work if I want to code it into an On-click button command on one of my forms? ex. Private Sub Button1_Click() I'm looking into it now..
  9. D

    Export Data to Excel Without Overwriting Existing Data

    Ah, sorry! I'm trying to export the results from a crosstab query named "Kronos" to an excel spreadsheet named "Variance". The data is a single row of 6 columns that I want to append to the spreadsheet once a week, which means I want all of the previous data to remain unchanged.
  10. D

    Export Data to Excel Without Overwriting Existing Data

    Anyone?.... Bueller?
  11. D

    Export Data to Excel Without Overwriting Existing Data

    Is there a way to do this?
  12. D

    Exporting Multiple Queries to Excel WITHOUT Overwriting Data

    So I've managed to create the query I wanted, but I'm still having trouble exporting the table to an excel sheet while keeping the previous data on that sheet. Any ideas?
  13. D

    Exporting Multiple Queries to Excel WITHOUT Overwriting Data

    Maybe this belongs in the Query section?
  14. D

    Exporting Multiple Queries to Excel WITHOUT Overwriting Data

    Hello, Here is my setup. I have one Master Table containing data from multiple departments. I have 5 queries, one for each department, that sort my data. My goal is to take the average of one column from each query and export them to an excel spreadsheet. The spreadsheet would look something...
  15. D

    The Pending "Fiscal Cliff"

    We don't have leaders leading, we have zombies following.
Back
Top Bottom