Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
aden
Starting Member
23 Posts |
Posted - 2006-09-26 : 16:07:13
|
in form, i want to create a drop down box which the user can only input whats on the drop dow menu. |
|
timmy
Master Smack Fu Yak Hacker
1242 Posts |
Posted - 2006-09-26 : 17:45:03
|
Have a look at using the ComboBox control. You can set this so it accepts only the items in the list. |
 |
|
aden
Starting Member
23 Posts |
Posted - 2006-09-26 : 19:23:45
|
thanks dude...figured it out already...didn't it was called combo box...so stupid.. |
 |
|
|
|
|