Please keep in mind that I am just a 'programmer in training', so to figure this out I'm searching online to find examples of what I think I need to do and then trying to edit them to fit my needs.Private Enum eCols UserID = 0 UserName = 1 Address = 2 State = 3 Zip =...
Please keep in mind that I am just a 'programmer in training', so to figure this out I'm searching online to find examples of what I think I need to do and then trying to edit them to fit my needs. Private Enum eCols UserID = 0 UserName = 1 Address = 2 State = 3 Zip =...
Here's the condensed version of my code that I have so far.. would you mind taking a look at it?Please keep in mind that I am just a 'programmer in training', so to figure this out I'm searching online to find examples of what I think I need to do and then trying to edit...