Search results

  1. AngelSpeaks

    Happy Thanksgiving America!

    Happy Thanksgiving Doc. The other day, hubby smoked our turkey, it was awesome. Your method of cooking a turkey sounds interesting.
  2. AngelSpeaks

    Happy Thanksgiving

    Happy Thanksgiving!
  3. AngelSpeaks

    Associated Press

    And he didn't have to blow his campaign war chest on the elites for their endorsement.
  4. AngelSpeaks

    Associated Press

    Except if the accused is a conservative, then he's guilty.
  5. AngelSpeaks

    Wasteful Spending

    If they did, a percentage of the savings would be worth it.
  6. AngelSpeaks

    Creating a Running Balance Query

    It worker! I did try a function called FNBalance from another discussion but it didn't work because it didn't have the vba code. Thank you so much!
  7. AngelSpeaks

    Creating a Running Balance Query

    Thanks. I will give it a try.
  8. AngelSpeaks

    Creating a Running Balance Query

    Oops. I see you changed your response.
  9. AngelSpeaks

    Creating a Running Balance Query

    FrmSelectRegister sends a filter when it opens form frmCheckRegister. Thanks
  10. AngelSpeaks

    Creating a Running Balance Query

    Here's the DB. I converted text Account to AccountID. Thanks. I have two forms to select the checking account. frmBankAccounts is a bound main form with subfrmCheckRegister. frmSelectRegister has a combobox to select checking account and then opens form frmCheckRegister.
  11. AngelSpeaks

    Creating a Running Balance Query

    Working on it.
  12. AngelSpeaks

    Creating a Running Balance Query

    Yes
  13. AngelSpeaks

    Creating a Running Balance Query

    I used Duane's version. My version gave the same amount on each record
  14. AngelSpeaks

    Creating a Running Balance Query

    I get #Error on this.
  15. AngelSpeaks

    Creating a Running Balance Query

    Imported by QuickBooks that way. I would have to convert it to use an autonumber
  16. AngelSpeaks

    Creating a Running Balance Query

    Thanks but I did try it without the quotes before ID (at least I think I did)
  17. AngelSpeaks

    Creating a Running Balance Query

    OK, I'm stuck on stupid here. This is the code behind the subform field (I did try several different variations): =Val(DSum("Nz(Debit,0)-Nz(Credit,0)","qryCheckRegister","[Account] = '" & [Forms]![frmBankAccounts]![Account] & "'" And "ID<=" & [ID])) To recap, frmBankAccounts is the main form...
  18. AngelSpeaks

    Add new foreign ID to record

    I've just imported transactions from QuickBooks to do this. When there are more than one offsetting entry, the Account says "-Split-" and QB expands the form so you can enter them and then creates the transactions. They must use a foreign key to tie them in for reporting purposes. I haven't...
  19. AngelSpeaks

    Creating a Running Balance Query

    Ok thanks
  20. AngelSpeaks

    Add new foreign ID to record

    This isn't always feasible. Sometimes you will have multiple entries. For example: Date. Check No. Amt 11/10/24 292. 500 credit Checking Acct 11/10/24 292. 200 debit Rent 11/10/24 292. 300 debit Security Deposit
Back
Top Bottom