Referencing a control programatically with external source
- by James
Forgive me about the title, I have no idea what this is called.
I have a MS Access database set up, with a Period field that has either values 1, 2, 3, 4 or 5. I retrieve these values using a database connection and I would like to reference a particular control based on what period was grabbed from the database.
Here's example code, pseudo of…