Search results

  1. 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...
  2. 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