Search results

  1. E

    Sum of totals from different reports

    I'm not sure this is true since I'm able to call the FundAmt with a textbox in the other report using =[Gifts with appeals not in an Annual Fund (FundType)].[Report]![FundAmt]
  2. E

    Sum of totals from different reports

    =Sum((Sum([SplitAmount]))+([Gifts with appeals not in an Annual Fund (FundType)].[Report]![FundAmt])) Im in the report using [SplitAmount]. I want to sum [SplitAmount] and [FundAmt]. Any ideas?
  3. E

    Report won't print

    No sure I'm fully understanding, but I attempted this with no luck. Why would the full report open in report view but not in print preview when it's using the same filter?
  4. E

    Report won't print

    Solicitors is based on a table.
  5. E

    Report won't print

    Hi there, I've created a report that runs from a form based on the selections within the form (different names). This report is essentially a 'hub' for 4 sub reports. The report runs fine Report View, but when I go to print preview or just try to export, I get an error and it eventually takes me...
  6. E

    #Error in Access Query and report

    Here's my design. In Report View, it appears as needed (credit line and debit line with headers). When I export, it puts the credit info next to the debit instead of under in a row as displayed.
  7. E

    #Error in Access Query and report

    Am I missing some kind of communication to let it know that data row 2 should be in the same column as data row 1?
  8. E

    #Error in Access Query and report

    I've figured out that row 1 is put in to the spreadsheet and then instead of row 2 being places under it, it's next to row 1 data. Essentially creating more columns
  9. E

    #Error in Access Query and report

    I have to create a pseudo line of data. My data only shows debit account info. So I've got two lines in detail. One with actual imported data and one that is just text fields with the credit account info.
  10. E

    #Error in Access Query and report

    Ok folks, I was able to get all needed data into my query. Yay! Now, I've created my report (that is to be exported to excel and sent to accounting). In Report View, everything looks great. But when I export it, fields are missing are fields are in the wrong places. Any ideas?
  11. E

    #Error in Access Query and report

    Another option I saw was a Switch function, but I was unable to figure out how to apply that to the logic needed here.
  12. E

    #Error in Access Query and report

    It wouldn't allow an excel.
  13. E

    #Error in Access Query and report

    See attached for the logic.
  14. E

    #Error in Access Query and report

    Ok, I went ahead and just stuck the criteria in to my SQL as I was having issues with linking the table to my imported DB tables. It's working. However, I've run in to an error when having two sets of criteria left. I suspect I've done too many nested statements. Any suggestions for a work...
  15. E

    #Error in Access Query and report

    Makes sense. I'll give this a shot. Many thanks!
  16. E

    #Error in Access Query and report

    Thanks for the response! There is still a learning curve with this report. What would that look like in terms of each criteria met? If fundcode = 610 and constituency = alumni then 1? and repeat for each?
  17. E

    #Error in Access Query and report

    I've inherited a report and am receiving #Error in this specific field that is using the following VBA code. 'Give me the account number when the following criteria is met.' Public Function PSAccount(sFundType As String, lFundCode As Long, sConstituency As String) As Long If Not...
Back
Top Bottom