|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Programming "other" keyword in combo box
Hi All,
I want to add the keyword "Other" in my combo box. If "Other" is selected, I have a textfield next to the combo box to type whatever I want to type and that gets added into the table. How do I do this?? Thanks in advance |
|
#2
|
||||
|
||||
|
That depends, what language are you using?
|
|
#3
|
|||
|
|||
|
Programming "other" keyword in combo box
Hi,
Thanks for the reply. My front end is Microsoft Access and I code in Visual Basic. |
|
#4
|
||||
|
||||
|
VB or VBA?
have you tried something like this? Code:
DropDownList1.AddItem ("Other")
|
|
#5
|
|||
|
|||
|
Thanks Memnoch, it works this way..
I have put the row source type as Value List instead of Table. But for some reason the keyword "other" duplicates itself in the combo box when I try to select any entry from the combo box. Any idea why is it duplicating itself? And I am coding in VBA thanks |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Programming "other" keyword in combo box |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
![]() |
|