new2access123
Registered User.
- Local time
- Yesterday, 23:01
- Joined
- Feb 5, 2010
- Messages
- 12
I am teaching myself VBA and am creating a form in Access on which I use a combo box. I am able to return the desired value and hide columns etc. What I don't understand is the usefulness of the Control Source property . The Control Source property specifies what field in the in the Record Source the combo box is bound to. Since the Bound Column, Column Count and Column Widths are used to set what column will be shown and what value will be returned for a combo box., why would I "bind" to a column in the row source? What would I be trying to accomplish in doing that?
Thanks for the deucation