M
Mike
Hi. I'm an ASP.NET developer working on an Access application. In ASP.NET
I'm used to a dropdownlist's DataTextField property (text that displays in
the control) and DataValueField property (the value tied to each text item).
In Access, how can I set both a text and value property to a combobox?
Specifically I have a ComboBox control that I need to have display text field
"UserName" and have a value named "UserID". Is this possible?
I am using a combobox's rowsource to write the select statement which
populates the combobox. Can I set both a text and a value for the combobox?
Thanks.
I'm used to a dropdownlist's DataTextField property (text that displays in
the control) and DataValueField property (the value tied to each text item).
In Access, how can I set both a text and value property to a combobox?
Specifically I have a ComboBox control that I need to have display text field
"UserName" and have a value named "UserID". Is this possible?
I am using a combobox's rowsource to write the select statement which
populates the combobox. Can I set both a text and a value for the combobox?
Thanks.