|
-
Jan 24th, 2003, 08:29 AM
#1
Thread Starter
Member
combo problem
When a user selects a name from the combo box, I want to select his record from the DB. How do I do this. I tried the funtion SelectedText but it does not give me the actual text when I put it in the MSGBOX. .... ?
** Praise none, but the CREATOR **
---------------------
T-break SUX
-
Jan 24th, 2003, 08:39 AM
#2
PowerPoster
Try using just the text property. If the user selects their name, it becomes the text in the combo box.
-
Jan 25th, 2003, 09:32 AM
#3
Thread Starter
Member
amm .... not sure what that is ... I'm very naive at .NET ... Just did a project at Uni. and that's about it. So, not so well versed you see ... if you could explain a bit more in detail.
Thanks for replying ....
** Praise none, but the CREATOR **
---------------------
T-break SUX
-
Jan 26th, 2003, 08:00 PM
#4
Sleep mode
as hellswraith said like this.. :
VB Code:
Myrecord ......= ComboBox1.Text
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
|