Recent content by wasvsdal

  1. W

    Another cascade combo problem..

    What do I need to do with text delimiters Sent from my iPhone using Tapatalk
  2. W

    Another cascade combo problem..

    It’s text in its primary table and lookup in junction table. Column width is 0,1 Sent from my iPhone using Tapatalk
  3. W

    Another cascade combo problem..

    Yes those are set properly. Sent from my iPhone using Tapatalk
  4. W

    Another cascade combo problem..

    First and foremost, thank you for your time in reviewing my post and offering your advice. I have a database with the following schema: tblPR: PRID Title Amount Status tblProgram: ProgramID ProgramCode ProgramTitle tblFund: FundCodeID FundCode FundTitle There’s a many to many relationship...
  5. W

    Sum when field changes

    My goodness...I feel so dumb right now. I shouldve thought of that myself. But wow thank you so much, that was very helpful.
  6. W

    Sum when field changes

    Hi, I have a database where I need to sum one field, when a certain field changes. Please see example below: A B 1 Redskins 2 Redskins 3 Cowboys I want to be able to sum at the point when Redskins changes to Cowboys, and show that A=3. Then likewise...
Back
Top Bottom