Search results

  1. V

    Doing Calculation and Inserting that Value into New Row into Query Table

    Hi, I am wondering If I can Sum the value of rows in one field of my Query Table and Inserting that Calculated value into the bottom of the summed Row in the VBA or through Query Design View. Please let me know, Thank YOU! Below I have attached the picture of the data that Im trying to sum and...
  2. V

    Deleting Query table with an array

    Hi, I have a problem deleting a specific row and field that my query have. What I want to do is mainly delete a specific rows in the my Query table that has : Field 1, Field 2, Field 3, Field4 what i tried to do was doing is create and array that loop through the Query table and check in field...
  3. V

    Need help on Join creation query

    Hi! Im wondering why my code below Does not work!.... any suggestion??? strStatement = "SELECT SessionData.RunNumber, SessionData.SessionID, SessionData.SequenceNo, SessionData.SubjectID, SessionData.Latency, SessionData.BeamBrk1, SessionData.BeamBrk2, SessionData.BeamBrk3...
Back
Top Bottom