mjstranovsky
New member
- Joined
- Mar 24, 2008
- Messages
- 1
- Programming Experience
- 1-3
I would like to dynamically update a button's text property based on a field in a ms access database. I have a form with eight buttons on it and would like the each of the button's text property to reflect a value from a databases. In the database I have two fields one with the button's name and the other field with the value for the button's text property. I would like this to be added to the form's load sub. Any thoughts as to where I should begin?