Search results

  1. A

    Happy Thanksgiving

    The USA network used to have fan forums. I was a member of the White Collar forum. One of our members had contacts in the entertainment field and for four years, a group of us traveled to NY and we're invited to Silvercup Studios East where it was filmed. I took the trip one year. Matt, Tim...
  2. A

    Happy Thanksgiving

    White Collar is coming back! I actually spent two days on their set and met Matt Bomer, Tim DeKay, and Marsha Thomassan, plus guest star Treat Williams!
  3. A

    Happy Thanksgiving

    My hubby has that Weber. A Father's Day gift from me a couple years back. Last Father's Day he got a Traiger smoker. He now has four grills.
  4. A

    Happy Thanksgiving America!

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

    Happy Thanksgiving

    Happy Thanksgiving!
  6. A

    Associated Press

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

    Associated Press

    Except if the accused is a conservative, then he's guilty.
  8. A

    Wasteful Spending

    If they did, a percentage of the savings would be worth it.
  9. A

    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!
  10. A

    Creating a Running Balance Query

    Thanks. I will give it a try.
  11. A

    Creating a Running Balance Query

    Oops. I see you changed your response.
  12. A

    Creating a Running Balance Query

    FrmSelectRegister sends a filter when it opens form frmCheckRegister. Thanks
  13. A

    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.
  14. A

    Creating a Running Balance Query

    Working on it.
  15. A

    Creating a Running Balance Query

    Yes
  16. A

    Creating a Running Balance Query

    I used Duane's version. My version gave the same amount on each record
  17. A

    Creating a Running Balance Query

    I get #Error on this.
  18. A

    Creating a Running Balance Query

    Imported by QuickBooks that way. I would have to convert it to use an autonumber
  19. A

    Creating a Running Balance Query

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

    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...
Back
Top Bottom