I have successfully opened a record set from a table (I think)containing five records. I want to use VBA to set a unique variable equal to each of the five records, and then perform calculations on these variables (such as add two of the variables together, then three, etc.). How do I go about setting these variables equal to the values returned in the record set?