Hello all!
I have a single table with 3 main types of record IDs; FS, FA, and LS. with each record, I will have a number "Score" associated with it. I am looking to sort the scores by the Record ID and run 3 separate calculations, one for each set of data. I would like to then associate the values back to another table.
Is this possible to run in a single query? If so, is there a direction you would recommend that I start in?
Thanks!