I'm attempting to connect to an excel file using an ADO recordset. There is a column in this that I need the sum of for a report. I'm familiar with ADO connections, so I assumed this would be the most ...
I'm building a Class, and one of the Lets is a string that should only contain one of three options: "Blue","Red","Green" Entering anything else will cause later functions to not work right. When ...