Search results

  1. M

    Return Calculation from Previous Records on Same Day/Date

    This is all I have currently, but I know it is not correct: IIf([Date]="& [Date] &" And [Time]<="& [Time] &" And [Change]>0.0169,[High]-[Low],"0")
  2. M

    Return Calculation from Previous Records on Same Day/Date

    Hello! I'm a newbie, so bear with me please. My wife and I have an Access database with historical stock data and I need to create an expression for the Change Jump field that updates one of the main tables. Each day has many records from each stock symbol, so it is somewhat difficult...
Back
Top Bottom