![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In a drop down list you can assing the value from recordset like this: country.DataTextField = "country" country.DataValueField = "Code" What if I need to assign more value to a DataValueField from a recordset. Something like this: country.DataTextField = "country" country.DataValueField(1) = "Code" country.DataValueField(2) = "Code1" How do I do this? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |