|
-
March 22nd, 2001, 03:36 AM
#1
Combo Box
How do I put two database field values in a single combo box? If it is not possible then what is the alternative to do the same?
-
March 22nd, 2001, 03:59 AM
#2
Re: Combo Box
I suppose you talk about databound combobox
It is possible by concatenating the two fields
when you specify your sql query
In SQL server this works:
For example:
SELECT FirstField + SecondField AS Both
FROM MyTable
Have fun.
Valery Iskarov Nikolov
http://listen.to/quark
-
March 22nd, 2001, 06:20 AM
#3
Re: Combo Box
Thanks Valery Iskarov Nikolov for ur help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|