I am building a form in Access 2007 that has an unbound ComboBox. It's record source is a query:
SELECT EventName, EventID FROM Events ORDER BY EventName
ComboBox.Column(0) = EventName
ComboBox.Column(1) = EventID
I have the ComboBox set to only display the EventName (by making the width of...
I am building a form in Access 2007 that has an unbound ComboBox. It's record source is a query:
SELECT EventName, EventID FROM Events ORDER BY EventName
ComboBox.Column(0) = EventName
ComboBox.Column(1) = EventID
I have the ComboBox set to only display the EventName (by making the width of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.